summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
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>