Fix broken links

This commit is contained in:
Bjørn Erik Pedersen
2017-07-15 20:03:08 +02:00
parent 94806d0cb6
commit 48c2b9f4c2
3 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -42,8 +42,6 @@ twitter = "GoHugoIO"
release = "Hugo-Next"
## Setting this to true will add a "noindex" to *EVERY* page on the site
removefromexternalsearch = false
## This is used when the BaseURL does not need to modified (eg, in share links or in prerender, prefetch, etc to control for relativeURLs setting); do *not* include trailing slash
siteaddress = "https://hugodocs.info"
## Gh repo for site footer (include trailing slash)
ghrepo = "https://github.com/gohugoio/hugoDocs/"
### Edit content repo (set to automatically enter "edit" mode; this is good for "improve this page" links)
@@ -182,7 +180,7 @@ twitter = "GoHugoIO"
######## GLOBAL ITEMS TO BE SHARED WITH THE HUGO siteaddress
######## GLOBAL ITEMS TO BE SHARED WITH THE HUGO SITES
[[menu.global]]
name = "News"
+1 -1
View File
@@ -40,7 +40,7 @@ sections:
copy: "Hugo provides a robust theming system that is easy to implement but capable of producing even the most complicated websites."
- heading: "Capable Templating"
cta: Get Started.
link: https://hugodocs.info/templates/
link: templates/
color_classes: bg-primary-color-light black
image: /images/home-page-templating-example.png
copy: "Hugo's Go-based templating provides just the right amount of logic to build anything from the simple to complex. If you prefer Jade/Pug-like syntax, you can also use Amber, Ace, or any combination of the three."