about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/post.html b/templates/post.html
index 802b4e1..850013f 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -1,7 +1,7 @@
 {%wrap-include base.html}
-<nav class="sized">
+<nav id="navtree" class="sized">
 	{%pattern path}
-	<a id="home" href="{path_link}" alt="home">&larr; {path_name}</a>
+	<a href="{path_link}" alt="{path_name}">&larr; {path_name}</a>
 	{%end}
 </nav>
 <main id="main-content" class="writing sized">