From 3fc0dba4012108749f433da017d9e02cf64b6503 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <patrick@davids-neighbour.com> Date: Sun, 09 Feb 2025 08:55:24 +0000 Subject: [PATCH] theme(fix): add author bylines and fix author generation --- exampleSite/config.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index fa1ec9f..8be3166 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -33,7 +33,7 @@ [params] text_color = "" -author = "" +author = "Victor Hugo" # default author, override via `author` in a posts front matter favicon = "" site_logo = "" description = "The last theme you'll ever need. Maybe." -- Gitblit v1.10.0