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