|
|
@ -9,7 +9,7 @@ title: "Kategorien"
|
|
|
|
<ul id="categories">
|
|
|
|
<ul id="categories">
|
|
|
|
{% for category in site.categories %}
|
|
|
|
{% for category in site.categories %}
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<a href="/categories/{{category | first}}/">{{ category | first | NicifyTags }}</a>
|
|
|
|
<a href="/categories/{{category | first | downcase}}/">{{ category | first | NicifyTags }}</a>
|
|
|
|
{% assign counter = 0 %}
|
|
|
|
{% assign counter = 0 %}
|
|
|
|
{% assign catname = category | first %}
|
|
|
|
{% assign catname = category | first %}
|
|
|
|
{% for post in site.posts %}
|
|
|
|
{% for post in site.posts %}
|
|
|
|