time to push it away again.

Ist ja kein Zustand.
This commit is contained in:
Markus Heurung 2024-05-02 22:53:26 +02:00
parent 2e77d8ff4e
commit 9a82241a91
16 changed files with 125 additions and 19 deletions

View file

@ -78,7 +78,7 @@ root: true
<li class="line"><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
{% assign posts = site.posts | where: "feature", 1 %}
{% assign posts = site.posts %}
{% for post in posts %}
<li class="line"><a href="{{ post.url }}">{{ post.title }}</a><br>
<time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%B %e, %Y" }}</time></li>