summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Whitlock <adam@adamwhitlock.com>2022-12-22 19:41:01 -0600
committerGitHub <noreply@github.com>2022-12-22 19:41:01 -0600
commitb6fd65df4e773780f2c1beff3286273a5858e50e (patch)
tree10e7c9a8da9d22306227de2e9580d8cc44340257
parent62b505b0b1a9f28601b0683ec75b2aaf9c66f37a (diff)
Update Homepage in theme.tomlmain
Homepage URL in theme.toml should have not included `www`. Corrected so link to site will be correct.
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 9027f8b..3a27f4f 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,4 +9,4 @@ min_version = "0.80.0" # Only tested with Hugo 0.80.0
[author]
name = "Adam Whitlock"
- homepage = "https://www.adamwhitlock.com" \ No newline at end of file
+ homepage = "https://adamwhitlock.com"