summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-06-02 08:05:21 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-06-02 08:05:21 +0200
commit5a7c9b9c1f405d143c9fdc5aeb241c13f53320b7 (patch)
tree1926220bc1502e008aa7faf6810a655b72c4230f /templates
parentdc3772c0dec1f0b307192d1646ed2bae35ff79a7 (diff)
downloadblog.universe-factory.net-5a7c9b9c1f405d143c9fdc5aeb241c13f53320b7.tar
blog.universe-factory.net-5a7c9b9c1f405d143c9fdc5aeb241c13f53320b7.zip
Better publish time handling, dynamic topnav
Diffstat (limited to 'templates')
-rw-r--r--templates/default.html2
-rw-r--r--templates/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/default.html b/templates/default.html
index 38331ab..584e3cc 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -25,7 +25,7 @@
<div id="top_bar">
<div class="center_menu">
<ul id="front_menu" >
- <li><a class="s" href="/"><span>Home</span></a></li>
+ $topnav$
</ul>
</div>
</div>
diff --git a/templates/index.html b/templates/index.html
index b221afe..408f174 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,5 +1,5 @@
$posts$
<div class="newer_older">
- $nav$
+ $pagenav$
</div>