diff --git a/static/index.css b/static/index.css index 0df6f92..14779c9 100644 --- a/static/index.css +++ b/static/index.css @@ -112,6 +112,10 @@ a:hover:after { margin: 12px; } +.subtext { + font-size: clamp(5px, 0.10em, 7px); +} + .footer > a { margin-right: 6px; } diff --git a/templates/blog.tmpl b/templates/blog.tmpl index 24168fb..55de26f 100644 --- a/templates/blog.tmpl +++ b/templates/blog.tmpl @@ -11,4 +11,4 @@ {{ end }} -{{ template "footer.tmpl" }} +{{ template "footer_no_banners.tmpl" }} diff --git a/templates/contact.tmpl b/templates/contact.tmpl index d6649a7..d710a8f 100644 --- a/templates/contact.tmpl +++ b/templates/contact.tmpl @@ -8,4 +8,4 @@ Stack Exchange -{{ template "footer.tmpl" . }} +{{ template "footer_no_banners.tmpl" . }} diff --git a/templates/footer_no_banners.tmpl b/templates/footer_no_banners.tmpl new file mode 100644 index 0000000..234f585 --- /dev/null +++ b/templates/footer_no_banners.tmpl @@ -0,0 +1,3 @@ +
Checkout the source code on gitlab
+