about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--html.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/html.c b/html.c
index 12f3ff0..3cc740c 100644
--- a/html.c
+++ b/html.c
@@ -474,7 +474,9 @@ int htmlSubthreadClose(FILE *file) {
 
 static int htmlFooter(FILE *file) {
 	const char *template = TEMPLATE(
-		<footer>generated <time datetime="[time]">[time]</time></footer>
+		<footer>
+			<small>generated <time datetime="[time]">[time]</time></small>
+		</footer>
 	);
 	struct Variable vars[] = {
 		{ "time", htmlUTC(time(NULL)) },
in/htagml.c?id=b5ce5d5a326a9a15c2db4950f9daa07935500ffe&follow=1'>Skip matches with ident chars on either sideJune McEnroe 2022-03-24Add The Invisible Life of Addie LaRueJune McEnroe 2022-03-22Source ~/.profile.local if it existsJune McEnroe 2022-03-18Publish "Addendum 2021"June McEnroe 2022-03-16Remove wcwidth portJune McEnroe 2022-03-16Remove -j4 from ./PlanJune McEnroe 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe