diff options
Diffstat (limited to 'docs/config/_default/params.toml')
-rw-r--r-- | docs/config/_default/params.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/config/_default/params.toml b/docs/config/_default/params.toml index f123287b2..7103394a6 100644 --- a/docs/config/_default/params.toml +++ b/docs/config/_default/params.toml @@ -8,8 +8,6 @@ ghrepo = "https://github.com/gohugoio/hugoDocs/" github_repo = "https://github.com/gohugoio/hugo/issues/new" ### Edit content repo (set to automatically enter "edit" mode; this is good for "improve this page" links) ghdocsrepo = "https://github.com/gohugoio/hugoDocs/tree/master/docs" -## Gitter URL -gitter = "https://gitter.im/spf13/hugo" ## Discuss Forum URL forum = "https://discourse.gohugo.io/" ## Google Tag Manager @@ -20,4 +18,4 @@ images = ["images/gohugoio-card.png"] flex_box_interior_classes = "flex-auto w-100 w-40-l mr3 mb3 bg-white ba b--moon-gray nested-copy-line-height" -#sidebar_direction = "sidebar_left"
\ No newline at end of file +#sidebar_direction = "sidebar_left" |