time to push it away again.
Ist ja kein Zustand.
This commit is contained in:
parent
2e77d8ff4e
commit
9a82241a91
16 changed files with 125 additions and 19 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue