diff options
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 4 |
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">← {path_name}</a> + <a href="{path_link}" alt="{path_name}">← {path_name}</a> {%end} </nav> <main id="main-content" class="writing sized"> |