fix mailto links in template code
This commit is contained in:
parent
83ccc9d32e
commit
d831945f5f
1 changed files with 5 additions and 4 deletions
9
main.c
9
main.c
|
@ -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 <"\
|
#define ABOUT "Derek Stevens <"\
|
||||||
"<a href='mailto://nilix@nilfm.cc'>nilix@nilfm.cc</a>><br/>"\
|
"<a href='mailto:nilix@nilfm.cc'>nilix@nilfm.cc</a>><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> "\
|
"src='/img/git.svg' alt='visit the nilFM hack lab.'/></a> "\
|
||||||
"<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> "\
|
"src='/img/fedi.svg' alt='visit me on the Fediverse.'/></a> "\
|
||||||
"<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' "\
|
||||||
|
|
Loading…
Reference in a new issue