diff options
author | bd <bdunahu@operationnull.com> | 2024-07-15 15:53:12 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-07-15 15:53:12 -0600 |
commit | 1db1108ffcb137624ad1a592d3e88a4490c516a3 (patch) | |
tree | 4d4bb5376fa57bbd642c0043a7f98214d5ef3862 /src/operationnull/theme.scm | |
parent | 1dfd93961b10e32a79081864a9e8763809bc0352 (diff) |
Lighten site css again, reword some text, temporarily remove blog
Diffstat (limited to 'src/operationnull/theme.scm')
-rw-r--r-- | src/operationnull/theme.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/operationnull/theme.scm b/src/operationnull/theme.scm index 1d0b144..d44881a 100644 --- a/src/operationnull/theme.scm +++ b/src/operationnull/theme.scm @@ -60,8 +60,8 @@ "git")) (li (a (@ (href "/contact.html")) "contact")) - (li (a (@ (href "/posts/")) - "blog")) + ;; (li (a (@ (href "/posts/")) + ;; "blog")) (li (a (@ (href "/")) "home"))))) ,body |