diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-05-09 19:47:58 +0200 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-05-09 19:47:58 +0200 |
commit | c3603ae8926bff90cf9288d76c8de827cd9a4347 (patch) | |
tree | b09ed80136bb56a9abe2de781da50e1de3e78f30 /layouts | |
parent | f5caf6ae00110e1239f6794c2f5671ec19563db7 (diff) |
feat: add sub-menu
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/baseof.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1883440..29a68b7 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -67,7 +67,14 @@ <a href="/links">Links</a> <a href="/index.xml">RSS</a> + <BR> + <a href="/category/engineering">Engineering</a> + <a href="/category/emacs">Emacs</a> + <a href="/category/bsd">BSD</a> + <a href="/category/computer-history">Computer History</a> + <a href="/categpry/star-trek">Star Trek</a> </nav> + </aside> <main class="right-column"> |