about summary refs log tree commit diff
path: root/templates/post.html
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-04-13 05:22:34 -0500
committergennyble <gen@nyble.dev>2024-04-13 05:22:34 -0500
commit737509170acd63d1644a660a0b0149337b0673df (patch)
tree6354e8b5726fd048b4468d7b28e9ae099405e60a /templates/post.html
parentde0949693c129db4e1f3559d84a99f857e353187 (diff)
download∞-737509170acd63d1644a660a0b0149337b0673df.tar.gz
∞-737509170acd63d1644a660a0b0149337b0673df.zip
Atom and post template
Diffstat (limited to 'templates/post.html')
-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">