diff options
| author | Adam Whitlock <adam@adamwhitlock.com> | 2022-12-22 19:41:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-22 19:41:01 -0600 |
| commit | b6fd65df4e773780f2c1beff3286273a5858e50e (patch) | |
| tree | 10e7c9a8da9d22306227de2e9580d8cc44340257 | |
| parent | 62b505b0b1a9f28601b0683ec75b2aaf9c66f37a (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
