diff page-index.c @ 75:b12491ceabfd

pasterd: begin of custom theme
author David Demelier <markand@malikania.fr>
date Wed, 15 Mar 2023 20:15:00 +0100
parents 67b3d13a5035
children fe78b16c694d
line wrap: on
line diff
--- a/page-index.c	Wed Mar 15 19:34:00 2023 +0100
+++ b/page-index.c	Wed Mar 15 20:15:00 2023 +0100
@@ -79,7 +79,7 @@
 create_doc(const struct paste *pastes, size_t pastesz)
 {
 	return json_pack("{ss so}",
-		"pagetitle",    "sci -- recent pastes",
+		"pagetitle",    "paster -- recent pastes",
 		"pastes",       create_pastes(pastes, pastesz)
 	);
 }