nordgedanken-github-io

git clone git://archive.git.mtrnord.blog/Nordgedanken/nordgedanken-github-io.git
Log | Files | Refs | README | LICENSE

category.html (161B)


      1 ---
      2 layout: clean
      3 ---
      4 
      5 {% for post in site.categories[page.category] %}
      6     <a href="{{ post.url | absolute_url }}">
      7       {{ post.title }}
      8     </a>
      9 {% endfor %}