diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-08-15 11:31:12 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-08-15 11:31:12 -0500 |
| commit | a5fd4f13bb838dd8fe42e92683a33c22a7a9e522 (patch) | |
| tree | d76d49afde003e8f9b9800493608859d65d933b8 /theme.scm | |
| parent | 5ddceabece8367ee5487dc93ebe89b742c5258e6 (diff) | |
games page work
- add placeholder games static page
- add games to nav
Diffstat (limited to 'theme.scm')
| -rw-r--r-- | theme.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,8 @@ (header (span ,(assq-ref (site-default-metadata site) 'author)) (nav (ul (li (a (@ (href "/")) "Home")) (li (a (@ (href "/now")) "Now")) - (li (a (@ (href "/blog")) "Blog"))))) + (li (a (@ (href "/blog")) "Blog")) + (li (a (@ (href "/games.html")) "Games"))))) (main ,body)))))) |
