From d532284c46e4046182a58e06c9ea7862dd006708 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Thu, 21 Apr 2022 21:46:46 -0700 Subject: [PATCH] Add page author and footer --- config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml b/config.toml index 7c80f37..2bd9b10 100644 --- a/config.toml +++ b/config.toml @@ -7,3 +7,7 @@ enableGitInfo = "true" enableInlineShortcodes = "true" enableRobotsTXT = "true" languageCode = "en-us" + +[params] +author = "nightfirecat" +footer = 'Powered by Hugo and the Monochrome theme'