diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-03 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-03 00:00:00 +0000 |
commit | 1b9ea9bc3ebcc08bff1409a5f4a0eff2d484686b37f1e6f89393be0ee8ce767a (patch) | |
tree | 332372dec4433c66deef1968eae41fe1384d33d3f5666fea730c3f39beaba4ea /layouts/_default/baseof.html | |
parent | 91d9491fb2b4c9c83c116f3703764b1a009c158be10427a8f10575c908661a4e (diff) | |
download | hugo-theme-journal-1b9ea9bc3ebcc08bff1409a5f4a0eff2d484686b37f1e6f89393be0ee8ce767a.tar.gz hugo-theme-journal-1b9ea9bc3ebcc08bff1409a5f4a0eff2d484686b37f1e6f89393be0ee8ce767a.zip |
Fix spacing
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ace076a..c896b31 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -6,4 +6,4 @@ {{ block "main" . }}{{ end }} {{ partial "footer.html" . }} </body> -</html> +</html>
\ No newline at end of file |