diff --git a/i18n/en.yaml b/i18n/en.yaml deleted file mode 100644 index 529b5a0..0000000 --- a/i18n/en.yaml +++ /dev/null @@ -1,2 +0,0 @@ -footer: - running_on: "This website is served on an {{ .OS }} server with {{ .Webserver }}" diff --git a/layouts/partials/extend-footer.html b/layouts/partials/extend-footer.html index 37076e4..4f4ab11 100644 --- a/layouts/partials/extend-footer.html +++ b/layouts/partials/extend-footer.html @@ -1,8 +1,8 @@ -
- {{ $os := printf `OpenBSD` }} - {{ $webserver := printf `Apache httpd` }} -

- {{ i18n "footer.running_on" (dict "OS" $os "Webserver" $webserver) | safeHTML }} -

+
+
+

+ Served with OpenBSD and Apache httpd +

+