diff --git a/static/mascot-avatar.png b/static/mascot-avatar.png index a1879d1..341475d 100644 Binary files a/static/mascot-avatar.png and b/static/mascot-avatar.png differ diff --git a/static/mascot.png b/static/mascot.png new file mode 100644 index 0000000..d0c6ca0 Binary files /dev/null and b/static/mascot.png differ diff --git a/static/mascot.svg b/static/mascot.svg deleted file mode 100644 index 6493dd0..0000000 --- a/static/mascot.svg +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/themes/tegakituesday.com/layouts/_default/baseof.html b/themes/tegakituesday.com/layouts/_default/baseof.html index a2729a7..7b54dac 100644 --- a/themes/tegakituesday.com/layouts/_default/baseof.html +++ b/themes/tegakituesday.com/layouts/_default/baseof.html @@ -4,7 +4,7 @@ {{ partial "head.html" . }} {{ end }} - +
{{ block "primary" . }} diff --git a/themes/tegakituesday.com/layouts/partials/footers/main.html b/themes/tegakituesday.com/layouts/partials/footers/main.html index 66a3b35..f6e671c 100644 --- a/themes/tegakituesday.com/layouts/partials/footers/main.html +++ b/themes/tegakituesday.com/layouts/partials/footers/main.html @@ -1,2 +1,2 @@ -Copyright © {{ partial "copyright-years.html" . }} {{ .Site.Title }}. All rights reserved.
-Site last regenerated with Hugo at {{ partial "time.html" (dict "Date" now) }}. \ No newline at end of file +Copyright © {{ partial "copyright-years.html" . }} {{ .Site.Title }}. All rights reserved. 字ちゃん mascot art by @bellumela.
+Site last regenerated with Hugo at {{ partial "time.html" (dict "Date" now) }}. diff --git a/themes/tegakituesday.com/static/css/style.css b/themes/tegakituesday.com/static/css/style.css index 0591b67..5d094ff 100644 --- a/themes/tegakituesday.com/static/css/style.css +++ b/themes/tegakituesday.com/static/css/style.css @@ -722,11 +722,11 @@ p, ul, ol { display: none; position: absolute; right: 1em; - bottom: 0; + bottom: 1em; z-index: 999; pointer-events: none; transition: 1s; - --width: min(10em, 40vw); + --width: min(12.5em, 40vw); width: var(--width); }