1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/categories/index.html
2015-05-24 16:42:06 +02:00

30 lines
No EOL
964 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Archive by category"
layout: default
permalink: category/
breadcrumb: true
header:
image_fullwidth: "banner.jpg"
---
<div id="blog-index" class="row">
<div class="small-12 columns t30">
<h1>{{ page.title }}</h1>
<ul class="side-nav">
{% for category in site.categories %}
<li>
{% categorylink category[0] %}<strong>
{% if category[0] == "kde" or category[0] == "s.t.e.a.l." %}
{{ category[0] | upcase }}
{% elsif category[0] contains "final fantasy" %}
{{ category[0] | capitalize_all | replace:'Xi','XI' | replace:'v','V'}}
{% else %}
{{ category[0] | capitalize_all }}
{% endif %}
</strong>
{% endcategorylink %}
</li>
{% endfor %}
</ul>
</div><!-- /.small-12.columns -->
</div><!-- /.row -->