Move away from jekyll

This commit is contained in:
2020-09-21 17:49:58 +02:00
parent 8a63fd8d73
commit 50d6c80ec3
29 changed files with 202 additions and 281 deletions

View File

@@ -6,13 +6,13 @@ layout: default
{% for post in paginator.posts %}
<div class="post-list-item">
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<h3><a class="post-title" href="{{ post.url }}">{{ post.title }}</a></h3>
<p><b>&gt; {{ post.date | date_to_string }}</b></p>
<p class="post-summary">
<div class="quote">
{{ post.excerpt }}
{{ post.excerpt }}...
</div>
</p>
</div>