diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-03-28 13:46:14 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-03-28 13:46:14 +0200 |
| commit | 46508708284ddd8a8e1f2a707752042d3084c1a3 (patch) | |
| tree | 80178fe2daa026b2efd92eb2b6aa020ae7736bed | |
| parent | ddfc39700a742aade15b49de04bb768f66f42d26 (diff) | |
Reorder nav bar
| -rw-r--r-- | template.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template.html b/template.html index b6c4aaf..beefe84 100644 --- a/template.html +++ b/template.html @@ -67,10 +67,10 @@ $endif$ <div id="dark-mode-btn"></div> </div> <nav> + <a href="/archive">archive</a> • <a href="/liked">liked</a> • <a href="/now">now</a> • - <a href="/projects">projects</a> • - <a href="/archive">archive</a> + <a href="/projects">projects</a> </nav> $if(title)$ |
