From 4e1ad212fbe8d8dceb8e0516e1fa8e6eefe656e1 Mon Sep 17 00:00:00 2001 From: Seth Date: Wed, 8 Mar 2017 11:48:25 -0500 Subject: [PATCH] Fix forum link in site footer --- config.toml | 4 ++-- layouts/partials/site-footer.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 5a77bff5d..e3f4dec46 100644 --- a/config.toml +++ b/config.toml @@ -89,7 +89,7 @@ watch = true ## Gitter URL gitter = "https://gitter.im/spf13/hugo" ## Discuss Forum URL - forum = "https://discuss.hugo.io" + forum = "https://discuss.gohugo.io" gtmid = "" # Set to true to include a CDN call to FontAwesome (not that Hugo docs currently hosts its own FA (see pipeline/scss/_variables.scss)) usefontawesome = false @@ -103,4 +103,4 @@ watch = true [taxonomies] tag = "tags" - category = "categories" \ No newline at end of file + category = "categories" diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index bef045a6c..3ab485931 100644 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -8,7 +8,7 @@