Merge pull request rdwatters/hugo-docs-concept#6 from sethmacleod/master

Good eye. Thanks for your help @sethmacleod!
This commit is contained in:
Ryan Watters
2017-03-09 20:05:02 -06:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -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
+1 -1
View File
@@ -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>