diff options
Diffstat (limited to 'theme.scm')
| -rw-r--r-- | theme.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
