diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-04 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-04 00:00:00 +0000 |
commit | 157f564b9a35dd8e327a33b45b50167ff4f332cbe2be3629dd6106f026095743 (patch) | |
tree | 666ff8ff709f194f934ab363f0c212b84525cbfb21505d06fdc8b1e771b4e501 /layouts/partials/head.html | |
parent | 2de93801e1a8a657f0f98bf363ac3485cd11e1722d5feb33226860b8b3509bd7 (diff) | |
download | hugo-theme-journal-157f564b9a35dd8e327a33b45b50167ff4f332cbe2be3629dd6106f026095743.tar.gz hugo-theme-journal-157f564b9a35dd8e327a33b45b50167ff4f332cbe2be3629dd6106f026095743.zip |
Remove extra newlines from HTML output
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2e5db26..bc92fc2 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,4 +6,4 @@ <meta name="theme-color" content="#000"> <link rel="stylesheet" type="text/css" href="/css/style.css"> <title>{{ $.Site.Title }}</title> -</head> +</head>
\ No newline at end of file |