summaryrefslogtreecommitdiff
path: root/theme.scm
diff options
context:
space:
mode:
authorHenry Webster <hwebs@hwebs.info>2026-07-20 00:52:08 -0500
committerHenry Webster <hwebs@hwebs.info>2026-07-20 00:52:08 -0500
commit76015a0f1215090201ff3d1e07a95f036e816b73 (patch)
tree4b4682bc58c500154d0db9ed98476f76fb27e38c /theme.scm
parent95834660fd0a993f103972ec2214a38443221d79 (diff)
add stylesheet
Diffstat (limited to 'theme.scm')
-rw-r--r--theme.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme.scm b/theme.scm
index 94b2800..bb4ba53 100644
--- a/theme.scm
+++ b/theme.scm
@@ -15,6 +15,8 @@
(meta (@ (charset "utf-8")))
(meta (@ (name "viewport")
(content "width=device-width, initial-scale=1.0")))
+ (link (@ (rel "stylesheet")
+ (href "style.css")))
(title ,(string-append title " — " (site-title site))))
(body
(main