fix mailto links in template code

This commit is contained in:
Iris Lightshard 2021-11-28 12:53:20 -07:00
parent 83ccc9d32e
commit d831945f5f
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

9
main.c
View file

@ -19,17 +19,18 @@ WITH REGARD TO THIS SOFTWARE.
#define NAME "nilFM" #define NAME "nilFM"
#define DOMAIN "https://nilfm.cc" #define DOMAIN "https://nilfm.cc"
#define LOGO "<img src='/img/nilfm_blackHole_96.png' alt='blackHole://server'/>"
#define DESC "lair of drkste aka nilix: programmer, artist, philosopher" #define DESC "lair of drkste aka nilix: programmer, artist, philosopher"
#define ABOUT "Derek Stevens &lt;"\ #define ABOUT "Derek Stevens &lt;"\
"<a href='mailto://nilix@nilfm.cc'>nilix@nilfm.cc</a>&gt;<br/>"\ "<a href='mailto:nilix@nilfm.cc'>nilix@nilfm.cc</a>&gt;<br/>"\
"artist, programmer, philosopher<br/><br/>"\ "artist, programmer, philosopher<br/><br/>"\
"verify my signature: <a href='/serv/signingKey.pub'>signing public key</a><br/>"\ "verify my signature: <a href='/serv/signingKey.pub'>signing public key</a><br/>"\
"send me an encrypted message: <a href='/serv/encryptionKey.pub'>encryption public key</a>" "send me an encrypted message: <a href='/serv/encryptionKey.pub'>encryption public key</a>"
#define CONTACT "contact: <a href='mailto://nilix@nilfm.cc'>nilix@nilfm.cc</a> (<a href='keys.html'>keys</a>)<br/>" #define CONTACT "contact: <a href='mailto:nilix@nilfm.cc'>nilix@nilfm.cc</a> (<a href='keys.html'>keys</a>)<br/>"
#define FOOTER "<a href='/git/'><img "\ #define FOOTER "<a href='/git/'><img "\
"src='/img/git.svg' alt='visit the nilFM hack lab.'/></a>&nbsp;"\ "src='/img/git.svg' alt='visit the nilFM hack lab.'/></a>&nbsp;"\
"<a rel='me' href='https://fosstodon.org/@nilix'><img "\ "<a rel='me' href='https://cafe.nilfm.cc/u/nilix'><img "\
"src='/img/mastodon.svg' alt='visit me on Mastodon.'/></a>&nbsp;"\ "src='/img/fedi.svg' alt='visit me on the Fediverse.'/></a>&nbsp;"\
"<a href='https://webring.xxiivv.com'><img "\ "<a href='https://webring.xxiivv.com'><img "\
"src='/img/webring.svg' alt='visit the Webring.'/></a><br/>" "src='/img/webring.svg' alt='visit the Webring.'/></a><br/>"
#define LICENSE "<a rel='license' "\ #define LICENSE "<a rel='license' "\