Change contact email

contact@manned.org works fine, too, except I don't have outgoing mail
setup to go through an smtp proxy so I can't reply to Outlook and gmail
(and a few others). Seriously, fuck providers who can't see the
difference between spam messages and human replies to legitimate mails.
This commit is contained in:
Yorhel 2021-12-17 10:17:06 +01:00
parent b39d038811
commit 46b4a5f7e0

View file

@ -212,7 +212,7 @@ sub framework_ {
footer_ sub { footer_ sub {
span_ sub { span_ sub {
a_ href => '/info/about', 'about'; txt_ ' | '; a_ href => '/info/about', 'about'; txt_ ' | ';
a_ href => 'mailto:contact@manned.org', 'contact'; txt_ ' | '; a_ href => 'mailto:manned@yorhel.nl', 'contact'; txt_ ' | ';
a_ href => 'https://code.blicky.net/yorhel/manned', 'source'; a_ href => 'https://code.blicky.net/yorhel/manned', 'source';
}; };
span_ 'all manual pages are copyrighted by their respective authors.'; span_ 'all manual pages are copyrighted by their respective authors.';