From 7717af4e0f0a71edadd7dbf0ee6d9a3c0dc021d0 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sun, 15 Oct 2023 19:51:22 -0400 Subject: [PATCH] Fixed minor typo --- hugo.toml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml.example b/hugo.toml.example index 89365ab23..c084972cb 100644 --- a/hugo.toml.example +++ b/hugo.toml.example @@ -1,6 +1,6 @@ baseurl = "https://fedipage.com/" languageCode = "en-us" -title = "Hugo based static page genedator and blog with ActivityPub support" +title = "Hugo based static page generator and blog with ActivityPub support" paginate = 20 pygmentsCodeFences = true @@ -20,7 +20,7 @@ siteName="Fedipage" siteTagLine="An ActivityPub supporting static page generator." # Do not include the @ twitterUser="fedipage" -siteDescription="Fedipage is a Hugo based static page genedator and blog with ActivityPub support" +siteDescription="Fedipage is a Hugo based static page generator and blog with ActivityPub support" # this is the user name of the ActivityPub account. It will be the first part of # your handle as @apUser@domain. Please use whatever capitalization styling you # want. It will be changed to lowercase for your handle itself. Only include -- GitLab