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
|
||||
tagline: Site Tagline
|
||||
title : Kumis Hirnkotze
|
||||
tagline: Was ich so zu sagen habe.
|
||||
author :
|
||||
name : First-name Last-name
|
||||
email : blah@email.test
|
||||
github : username
|
||||
twitter : username
|
||||
feedburner : feedname
|
||||
name : Klaus-Uwe Mitterer
|
||||
email : hirnkotze@kumi.email
|
||||
twitter : kumitterer
|
||||
|
||||
navigation :
|
||||
- archive
|
||||
- tags
|
||||
- categories
|
||||
- pages
|
||||
- about
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
<hr>
|
||||
<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>
|
||||
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue