diff --git a/assets/css/main.css b/assets/css/main.css index b08eb15..4fd7bae 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -146,6 +146,7 @@ hr { footer { font-size: small; display: flex; + flex-direction: column; /* Stack children vertically */ justify-content: center; align-items: center; max-height: var(--footer-height); diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 373e635..fdee79d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,7 +25,14 @@ diff --git a/layouts/partials/footer-license.html b/layouts/partials/footer-license.html new file mode 100644 index 0000000..6b05b04 --- /dev/null +++ b/layouts/partials/footer-license.html @@ -0,0 +1,6 @@ +

+ All content licensed under + {{ .Param "licenseType" }} + license unless otherwise stated. + Copyright © {{ .Param "copyrightYear" }} {{ .Param "copyrightHolder" }}. +