paxnion.basspistol.com/logs.html

73 lines
2.4 KiB
HTML

---
title: Log
description: Web-log entries
image: /images/arget-zvhhkivur9m-unsplash.jpg
lang: en
lang-ref: log
---
{% include relBase.html %}
<!-- Banner -->
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center">
<div class="image">
<img src="{{ relBase }}{{ page.image }}" alt="{{ page.title | smartify }}" class="editable" />
</div>
</section>
<!-- NEWS -->
<section id="news" class="wrapper style1 align-center">
<div class="inner" style="padding-top: 40px;">
<h1>{{ page.title }}</h1>
<p>{{ page.description }}</p>
</div>
</section>
{% for post in site.posts %}
<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 %}>
<div class="content">
<h2>{{ post.title }}</h2>
<p>{{ post.description }}</p>
<p class="editor-link"><a class="btn" rel="nofollow" href="cloudcannon:collections/{{ post.path }}">
<strong>&#9998;</strong> Edit Post
</a></p>
<ul class="actions stacked">
<li><a href="{{ relBase }}{{ post.url }}" class="button">{{ site.data.translations[page.lang].read-post }}</a></li>
</ul>
</div>
<div class="image">
<img src="{{ relBase }}{{ post.image }}" alt="{{ page.title | smartify }}" />
</div>
</section>
{% endfor %}
<!-- Archive -->
<!-- <section id="news" class="wrapper style1 align-center">
<div class="inner editable">
<h2>Archive</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi id ante sed ex pharetra lacinia sit amet vel
massa. Donec facilisis laoreet nulla eu bibendum. Donec ut ex risus. Fusce lorem lectus, pharetra pretium
massa et, hendrerit vestibulum odio lorem ipsum.</p>
</div>
<div class="gallery style1 medium lightbox onscroll-fade-in">
{% for post in site.posts %}
<article>
<a href="{{ relBase }}{{ post.url }}" class="image">
<img src="{{ relBase }}{{ post.image }}" alt="" />
</a>
<div class="caption">
<h3>{{ post.title }}</h3>
<p>{{ post.description }}</p>
<ul class="actions fixed">
<li><span class="button small">Read Article</span></li>
</ul>
</div>
</article>
{% endfor %}
-->
{% include footer.html %}