diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-07 00:00:00 +0000 |
commit | bf8c59b0a5dc364fc62dbc435267057453b15c4a953b7c5e76e28c210e55bd58 (patch) | |
tree | c25ad7ca6d516bb3beb3dbbf01ff80922af4815bf919066e3a9cb468c57f3ff7 /layouts/partials | |
parent | 6ceddfc7d9f08078ddaee2a9c5e66235d72f18ce0ea8fe8daa6596f3476a21c7 (diff) | |
download | hugo-theme-journal-bf8c59b0a5dc364fc62dbc435267057453b15c4a953b7c5e76e28c210e55bd58.tar.gz hugo-theme-journal-bf8c59b0a5dc364fc62dbc435267057453b15c4a953b7c5e76e28c210e55bd58.zip |
Fix extra header tag line that was accidentally added
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d6527e2..ca27841 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,3 +1,3 @@ <header> <pre id="logo">{{ $.Site.Params.logo }}</pre> -</header> +</header>
\ No newline at end of file |