pidgin/nest

494965ad0441
Parents 21b2fdbe262b
Children c8e7a8b5cdf1
Remove last modification author from footer

Right now it says Anon for all pages and even if we were to automate that from the repository commits it's not really useful to see who modified a page and their email

Testing Done:
Ran `dev-server.sh` and verified the modifications to the footer rendered correctly.

Reviewed at https://reviews.imfreedom.org/r/520/
--- a/hugo/i18n/en.toml Fri Feb 19 01:48:14 2021 -0600
+++ b/hugo/i18n/en.toml Sat Feb 20 19:44:35 2021 -0600
@@ -49,9 +49,6 @@
[Plugin-Info]
other = "This page contains a list of plugins from trusted authors and the community. If you believe a plugin should be on this list, please get in touch with us or open a pull request with the update."
-[Anon]
-other = "Anon"
-
[Modified]
other = "Modified"
--- a/hugo/layouts/partials/footline.html Fri Feb 19 01:48:14 2021 -0600
+++ b/hugo/layouts/partials/footline.html Sat Feb 20 19:44:35 2021 -0600
@@ -5,18 +5,6 @@
{{ else }}
{{ T "Last-Modified-Not-Found" }}
{{ end }}
- by
- {{ with .Params.LastModifierDisplayName }}
- {{ if $.Params.LastModifierEmail }}
- <a href="mailto:{{ $.Params.LastModifierEmail }}">
- {{ . }}
- </a>
- {{ else }}
- {{ . }}
- {{ end }}
- {{ else }}
- {{ T "Anon" }}
- {{ end }}
</div>
<div class="footline-block footline-old-site-info">