modified config && updated Title
This commit is contained in:
parent
d8087869f9
commit
f04d2b8825
2 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
################################# Default configuration ###################
|
||||
# provide your domain here
|
||||
baseURL = "https://examplesite.com/"
|
||||
baseURL = "https://demo.gethugothemes.com/dot/examplesite/"
|
||||
# theme
|
||||
theme = "dot-hugo"
|
||||
# site title
|
||||
|
@ -86,23 +86,23 @@ content = "Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor.
|
|||
[Languages.en.params.cta.button]
|
||||
enable = true
|
||||
label = "contact us"
|
||||
link = "contact"
|
||||
link = "contact/"
|
||||
|
||||
|
||||
################## english navigation #################
|
||||
[[Languages.en.menu.main]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
url = ""
|
||||
weight = 1
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "Faq"
|
||||
url = "faq"
|
||||
url = "faq/"
|
||||
weight = 2
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
name = "contact"
|
||||
url = "contact"
|
||||
url = "contact/"
|
||||
weight = 3
|
||||
|
||||
# Dropdown menu
|
||||
|
@ -114,19 +114,19 @@ hasChildren = true
|
|||
[[Languages.en.menu.main]]
|
||||
parent = "docs"
|
||||
name = "Installation"
|
||||
url = "installation"
|
||||
url = "installation/"
|
||||
weight = 1
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
parent = "docs"
|
||||
name = "Billing and Pricing"
|
||||
url = "billing-pricing"
|
||||
url = "billing-pricing/"
|
||||
weight = 2
|
||||
|
||||
[[Languages.en.menu.main]]
|
||||
parent = "docs"
|
||||
name = "Features"
|
||||
url = "features"
|
||||
url = "features/"
|
||||
weight = 3
|
||||
|
||||
|
||||
|
@ -153,7 +153,7 @@ content = "Contactez-nous pour plus de détails sur les services supplémentaire
|
|||
[Languages.fr.params.cta.button]
|
||||
enable = true
|
||||
label = "Contactez nous"
|
||||
link = "contact"
|
||||
link = "contact/"
|
||||
|
||||
|
||||
################## french navigation #################
|
||||
|
@ -164,12 +164,12 @@ weight = 1
|
|||
|
||||
[[Languages.fr.menu.main]]
|
||||
name = "Faq"
|
||||
url = "faq"
|
||||
url = "faq/"
|
||||
weight = 2
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
name = "contact"
|
||||
url = "contact"
|
||||
url = "contact/"
|
||||
weight = 3
|
||||
|
||||
# Dropdown menu
|
||||
|
@ -181,17 +181,17 @@ hasChildren = true
|
|||
[[Languages.fr.menu.main]]
|
||||
parent = "docs"
|
||||
name = "Installation"
|
||||
url = "installation"
|
||||
url = "installation/"
|
||||
weight = 1
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
parent = "docs"
|
||||
name = "Billing and Pricing"
|
||||
url = "billing-pricing"
|
||||
url = "billing-pricing/"
|
||||
weight = 2
|
||||
|
||||
[[Languages.fr.menu.main]]
|
||||
parent = "docs"
|
||||
name = "Features"
|
||||
url = "features"
|
||||
url = "features/"
|
||||
weight = 3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>{{ .Title }}</title>
|
||||
<title>{{ .Title | default site.Title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
{{ hugo.Generator }}
|
||||
<meta name="description" content="{{ .Title }} - {{ .Site.Title }} " />
|
||||
|
|
Loading…
Reference in a new issue