diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 15:41:10 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 15:41:10 -0400 |
| commit | 067d45a999559985c0473d849b50622bc5d8e8b4 (patch) | |
| tree | 8603bcd5dc00edfad6e5c49bd58c7f12fec8ae73 /haunt.scm | |
| parent | 37f39120e773860b541b99e25d9158f75051f806 (diff) | |
Implement a responsive layout
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ (html (head (meta (@ (charset "utf-8"))) + (meta (@ (name "viewport") + (content "width=device-width, initial-scale=1.0"))) (title ,(string-append title " — " (site-title site))) ,(stylesheet "fonts") ,(stylesheet "highlight") |