From f9dae86b5e9f3524c5d6028cbd3b114681aa95b3 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Sat, 2 Apr 2022 16:07:42 +0200 Subject: [PATCH] License website under CC BY-NC-ND 4.0 This allows other people to share copies of my website or articles on it, as long as they credit me, do not modify anything and do so non-commerically. It, for example, should permit the archiving done by archive.org's wayback machine. --- static/css/general.css | 7 +++++++ templates/base.html | 21 +++++++++++++++------ 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/static/css/general.css b/static/css/general.css index 0aac8bc..4ab7c3c 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -107,6 +107,13 @@ td, th { padding: 0.5rem; } +#licenseimg { + vertical-align: middle; + height: inherit; + width: auto; + display: inline; +} + @media (max-width: 20rem), (max-width: 300px) { * { word-wrap: break-word; diff --git a/templates/base.html b/templates/base.html index 75a178d..655e9ca 100644 --- a/templates/base.html +++ b/templates/base.html @@ -62,15 +62,24 @@ rel="noreferer" href="https://gitlab.com/jotoho" >@jotoho) - All rights reserved + >) +
+ Licensed under + CC BY-NC-ND 4.0 + (unless otherwise specified)

- This page is being served using - CaddyThis page + is being served using + Caddy and was generated using Zola. You may contact me via