From dfecea539fe2c2adc847f71cae0a3d1d59bead1c Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sun, 19 Jan 2020 02:20:36 +1030 Subject: rss: fix email --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 4e7cc5c..df32534 100644 --- a/config.h +++ b/config.h @@ -101,7 +101,7 @@ static const char *rss_output = "posts/posts.rss"; static const char *rss_template = "rss.txt"; static const int post_count = 10; static const char *base_url = "https://danieljon.es/posts/"; -static const char *author_string = "daniel@danieljon.es"; +static const char *author_string = "daniel@danieljon.es (Daniel Jones)"; /* each page to be generated go into this array */ static const struct page pages[] = { -- cgit v1.2.3