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 | |
| parent | 5ddceabece8367ee5487dc93ebe89b742c5258e6 (diff) | |
games page work
- add placeholder games static page
- add games to nav
| -rw-r--r-- | pages/games.md | 3 | ||||
| -rw-r--r-- | theme.scm | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/pages/games.md b/pages/games.md new file mode 100644 index 0000000..93976ca --- /dev/null +++ b/pages/games.md @@ -0,0 +1,3 @@ +title: Games +--- +_Work in progress..._ ;) @@ -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)))))) |
