Status quo.
This commit is contained in:
parent
f705830138
commit
8ce061f9c7
3 changed files with 6 additions and 24 deletions
|
@ -1,15 +0,0 @@
|
||||||
|
|
||||||
<ul class="tag_box inline">
|
|
||||||
{{# posts.categories.all }}
|
|
||||||
{{> categories_list }}
|
|
||||||
{{/ posts.categories.all }}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
{{# posts.categories.all }}
|
|
||||||
<h3>{{ name }} ({{ count }})</h3>
|
|
||||||
<ul>
|
|
||||||
{{# posts?to_posts }}
|
|
||||||
{{> posts_list }}
|
|
||||||
{{/ posts?to_posts }}
|
|
||||||
</ul>
|
|
||||||
{{/ posts.categories.all }}
|
|
13
data.yml
13
data.yml
|
@ -1,15 +1,12 @@
|
||||||
title : Site Title
|
title : Kumis Hirnkotze
|
||||||
tagline: Site Tagline
|
tagline: Was ich so zu sagen habe.
|
||||||
author :
|
author :
|
||||||
name : First-name Last-name
|
name : Klaus-Uwe Mitterer
|
||||||
email : blah@email.test
|
email : hirnkotze@kumi.email
|
||||||
github : username
|
twitter : kumitterer
|
||||||
twitter : username
|
|
||||||
feedburner : feedname
|
|
||||||
|
|
||||||
navigation :
|
navigation :
|
||||||
- archive
|
- archive
|
||||||
- tags
|
- tags
|
||||||
- categories
|
|
||||||
- pages
|
- pages
|
||||||
- about
|
- about
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>© {{ data.author.name }} 2013
|
<p>© {{ data.author.name }}
|
||||||
with help from <a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework">ruhoh</a>
|
with help from <a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework">ruhoh</a>
|
||||||
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
|
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue