Markup statt HTML
This commit is contained in:
parent
016f494803
commit
9ee6cb5206
|
@ -1,11 +1,8 @@
|
||||||
---
|
---
|
||||||
title: "Protokolle"
|
title: "Protokolle"
|
||||||
---
|
---
|
||||||
<ul>
|
{% for post in site.posts %}
|
||||||
{% for post in site.posts %}{%if post.categories contains "protokoll" %}
|
{%if post.categories contains "protokoll" %}
|
||||||
<li>
|
- <a href="{{ post.url }}">{{ post.title }}</a>
|
||||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
|
||||||
</li>
|
|
||||||
{%endif%}
|
{%endif%}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user