From 08ce50b356650a7e3a019d431e1c74ffc1c4e43f Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Sat, 9 Oct 2021 10:53:10 -0600 Subject: [PATCH] use naitively sized SVGs and remove vimeo link from footer --- main.c | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/main.c b/main.c index d5f78d4..28940bd 100644 --- a/main.c +++ b/main.c @@ -26,15 +26,12 @@ WITH REGARD TO THIS SOFTWARE. "verify my signature: signing public key
"\ "send me an encrypted message: encryption public key" #define CONTACT "contact: nilix@nilfm.cc (keys)
" -#define FOOTER "visit the nilFM hack lab "\ - "visit me on Mastodon "\ - "visit me on Vimeo "\ - "visit the Webring
" +#define FOOTER "visit the nilFM hack lab. "\ + "visit me on Mastodon. "\ + "visit the Webring.
" #define LICENSE "CC-BY-NC 4" @@ -42,7 +39,6 @@ WITH REGARD TO THIS SOFTWARE. #define MAINCSS "/new.css" #define FRONTCSS "/front.css" - /* clang-format on */ struct dirent* dir;