summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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[] = {