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

+ + diff --git a/templates/resume.tmpl b/templates/resume.tmpl index 1c4f243..ef6e8ff 100644 --- a/templates/resume.tmpl +++ b/templates/resume.tmpl @@ -29,4 +29,4 @@ Bash Lua

-{{ template "footer.tmpl" . }} +{{ template "footer_no_banners.tmpl" . }} diff --git a/templates/wip.tmpl b/templates/wip.tmpl index 39675a9..92fc72c 100644 --- a/templates/wip.tmpl +++ b/templates/wip.tmpl @@ -6,4 +6,4 @@

Development progress

-{{ template "footer.tmpl" . }} +{{ template "footer_no_banners.tmpl" . }}