mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Merge pull request rdwatters/hugo-docs-concept#6 from sethmacleod/master
Good eye. Thanks for your help @sethmacleod!
This commit is contained in:
+3
-2
@@ -83,8 +83,9 @@ watch = true
|
||||
## Gitter URL
|
||||
gitter = "https://gitter.im/spf13/hugo"
|
||||
## Discuss Forum URL
|
||||
forum = "https://discuss.hugo.io"
|
||||
# Set to true to include a CDN call to FontAwesome (as of 2017-03-09, Hugo docs currently hosts its own customize fontell font [see _fontello.scss])
|
||||
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
|
||||
|
||||
# MARKDOWN
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<div class="footer-list">
|
||||
<ul>
|
||||
<li><a href="{{.Site.Params.ghrepo}}" target="_blank"><i class="icon-github"></i> Source</a></li>
|
||||
<li><a href="{{.Site.Params.discuss}}" target="_blank"><i class="icon-forum"></i> Discuss</a></li>
|
||||
<li><a href="{{.Site.Params.forum}}" target="_blank"><i class="icon-forum"></i> Discuss</a></li>
|
||||
<li><a href="{{.Site.Params.gitter}}" target="_blank"><i class="icon-gitter"></i> Gitter (Dev Only)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user