diff options
author | gennyble <gen@nyble.dev> | 2024-04-13 05:22:34 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-04-13 05:22:34 -0500 |
commit | 737509170acd63d1644a660a0b0149337b0673df (patch) | |
tree | 6354e8b5726fd048b4468d7b28e9ae099405e60a /templates/post.html | |
parent | de0949693c129db4e1f3559d84a99f857e353187 (diff) | |
download | ∞-737509170acd63d1644a660a0b0149337b0673df.tar.gz ∞-737509170acd63d1644a660a0b0149337b0673df.zip |
Atom and post template
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"> |