Updated 'logs.html' via CloudCannon
This commit is contained in:
parent
c714d09033
commit
16a13a236a
1 changed files with 7 additions and 10 deletions
17
logs.html
17
logs.html
|
|
@ -1,15 +1,14 @@
|
||||||
---
|
---
|
||||||
title: Log
|
title: Log
|
||||||
description: >-
|
description: Web-log entries
|
||||||
Web-log entries
|
image: /images/arget-zvhhkivur9m-unsplash.jpg
|
||||||
image: /images/franck-v-U3sOwViXhkY-unsplash.jpg
|
|
||||||
lang: en
|
lang: en
|
||||||
lang-ref: log
|
lang-ref: log
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<section
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center">
|
||||||
class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center">
|
|
||||||
|
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="{{ relBase }}{{ page.image }}" alt="{{ page.title | smartify }}" class="editable" />
|
<img src="{{ relBase }}{{ page.image }}" alt="{{ page.title | smartify }}" class="editable" />
|
||||||
|
|
@ -24,9 +23,7 @@ lang-ref: log
|
||||||
</section>
|
</section>
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
|
|
||||||
<section id="second"
|
<section id="second" class="spotlight style1 orient-{% cycle 'left', 'right' %} content-align-{% cycle 'right', 'left' %} image-position-center onscroll-image-fade-in" {% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
|
||||||
class="spotlight style1 orient-{% cycle 'left', 'right' %} content-align-{% cycle 'right', 'left' %} image-position-center onscroll-image-fade-in"
|
|
||||||
{% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>{{ post.title }}</h2>
|
<h2>{{ post.title }}</h2>
|
||||||
<p>{{ post.description }}</p>
|
<p>{{ post.description }}</p>
|
||||||
|
|
@ -69,8 +66,8 @@ lang-ref: log
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</section> -->
|
|
||||||
|
-->
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue