diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 21:03:30 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 21:03:30 +0200 |
commit | 86dd0a1c532f44ae605640c31c62098d14459db4 (patch) | |
tree | 0790d4de155da4e76ff8b41f764c3a01e89c7cf2 /src | |
parent | 6e0dfc667c094bec5cf7ea0acaceca54692eec74 (diff) |
Remove the ‘Contributors’ section for now
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/about.html.tmpl | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/templates/about.html.tmpl b/src/templates/about.html.tmpl index 11c0716..1f3aade 100644 --- a/src/templates/about.html.tmpl +++ b/src/templates/about.html.tmpl @@ -15,31 +15,5 @@ {{ .Get "While we try to stay as up-to-date as possible and to fact check our information, it is always possible that we get something wrong, lack a translation, or are missing some piece of data you may have. Should that be the case, don’t hesitate to contact us; we’ll try to get the site updated or fixed as soon as possible. You are always free to contribute via a git patch if you are more technically inclined, but if not you can always send an email to {Email:e} or contact ‘@onetruemangoman’ on Discord." (map "Email" "mail@euro-cash.eu") }} </p> - <h2>{{ .Get "Special Thanks" }}</h2> - <table> - <thead> - {{/* TRANSLATORS: As in ‘Development of the site’ */}} - <th scope="col">{{ .Get "Development" }}</th> - <th scope="col">{{ .Get "Research" }}</th> - <th scope="col">{{ .Get "Translations" }}</th> - </thead> - <tbody> - <tr> - <td> - Jessika Wexler, - Lyyli Savolainen, - Ralf Nadel - </td> - <td> - Elín Hjartardóttir, - Storm Sørensen - </td> - <td> - <span data-tooltip={{ .Get "British- & American English" }}>Thomas Voss</span>, - <span data-tooltip={{ .Get "Icelandic" }}>Védís Indriðadóttir</span> - </td> - </tr> - </tbody> - </table> </main> {{ end }}
\ No newline at end of file |