diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-11-07 21:07:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-11-07 21:07:26 +0100 |
commit | f6eac42abd792ba131e948b66aab5ba9bd7107b2 (patch) | |
tree | 596bf4122fb907a7c0a025b2106db839c984c2fd /templates | |
parent | f56bb307e5193f13b7e758ad6b685c4a8761a7c3 (diff) |
about: update homepage and social link
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.html.ep b/templates/about.html.ep index a965a26..086957f 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -7,7 +7,7 @@ steht unter der <a href="https://git.finalrewind.org/db-fakedisplay/tree/COPYING">GNU AGPL v3</a> als Open Source zur Verfügung. © 2022 <a - href="https://finalrewind.org/me">Daniel Friesel</a> / <a href="https://twitter.com/derfnull">@derfnull</a>. + href="https://finalrewind.org">Daniel Friesel</a> / <a href="https://social.antifa.gmbh/@derf">@derf</a>. % if (my $issue_url = app->config->{'issue_url'}) { Fehlermeldungen bitte via <a href="<%= $issue_url %>">Issue Tracker</a>. |