separate some tags in the head with newlines
1 files changed, 5 insertions(+), 0 deletions(-)

M site.arc
M site.arc +5 -0
@@ 434,10 434,15 @@ title, url-slug, body."
 (def prn-page (title url-slug body-text analytics-script page-specific-headers config)
   (prn "<!DOCTYPE html>")
   (tag (html lang "en")
+       (prn)
        (tag head
+            (prn)
             (sctag (meta charset "utf-8"))
+            (prn)
             (tag title (pr title))
+            (prn)
             (sctag (link type "text/css" rel "stylesheet" href "style.css"))
+            (prn)
             (sctag (meta name "viewport" content "width=device-width, initial-scale=1"))
             (prn)
             (when analytics-script