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

30 lines
No EOL
1.1 KiB
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>
{% if page.teaser %}<p class="teaser">{{ page.teaser }}</p>{% endif %}
<dl class="accordion" data-accordion>
{% for category in site.categories %}>
{% 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><br><br>
{% endcategorylink %}
{% endfor %}
</dl>
</div><!-- /.small-12.columns -->
</div><!-- /.row -->