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/_layouts/category_archive.html
2015-05-24 16:54:24 +02:00

14 lines
290 B
HTML
Raw Permalink 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.

---
layout: default
breadcrumb: true
header:
image_fullwidth: "banner.jpg"
---
<div id="blog-index" class="row">
<div class="small-12 columns t30">
<h1>{{ page.title }}</h1>
<ul>
{{ content }}
</ul>
</div> <!-- small-12 columns t30 -->
</div> <!-- blog-index -->