summaryrefslogtreecommitdiffstats
path: root/templates/default.html
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/default.html
parentdc3772c0dec1f0b307192d1646ed2bae35ff79a7 (diff)
downloadblog.universe-factory.net-5a7c9b9c1f405d143c9fdc5aeb241c13f53320b7.tar
blog.universe-factory.net-5a7c9b9c1f405d143c9fdc5aeb241c13f53320b7.zip
Better publish time handling, dynamic topnav
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html2
1 files changed, 1 insertions, 1 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>