From a7049019f0d936fe8f27cdacdaec5d6cfb6ed1c0 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 29 Oct 2024 15:38:38 +1100 Subject: more style changes --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 406bcba..80a2e50 100644 --- a/config.h +++ b/config.h @@ -44,8 +44,8 @@ static const char *rss_string = "{ITEMS}"; static const char *template_file = "template.txt"; /* frontpage */ -static const char *frontpage_title = "Index"; -static const char *frontpage_info = "

Index

"; +static const char *frontpage_title = "Daniel's Homepage"; +static const char *frontpage_info = "

 Welcome to my Homepage!! 

"; static const char *frontpage_index = "content/index.txt"; static const char *frontpage_index_output = "index.html"; -- cgit v1.2.3