Update config params
Fix site params in layout and config. Update disableKinds.
This commit is contained in:
parent
af66560ad3
commit
e9cc1afd39
2 changed files with 2 additions and 4 deletions
|
|
@ -4,10 +4,9 @@ theme = "dimension"
|
|||
languageCode = "en-us"
|
||||
defaultContentLanguage = "en"
|
||||
enableRobotsTXT = true
|
||||
disableRSS = true
|
||||
disableKinds=["RSS"]
|
||||
|
||||
[params]
|
||||
title = "Dimension"
|
||||
description = '<!--[-->A fully responsive site template designed by <a href="https://html5up.net">HTML5 UP</a> and released<!--]--><br />
|
||||
<!--[-->for free under the <a href="https://html5up.net/license">Creative Commons</a> license.<!--]-->'
|
||||
logo = "fa-diamond"
|
||||
|
|
@ -37,7 +36,6 @@ disableRSS = true
|
|||
[languages.en]
|
||||
languageName = "English"
|
||||
weight = 1
|
||||
title = "Dimension"
|
||||
|
||||
[languages.de]
|
||||
languageName = "Deutsch"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
<div class="content">
|
||||
<div class="inner">
|
||||
<h1>{{ .Site.Params.title | safeHTML }}</h1>
|
||||
<h1>{{ .Site.Title | safeHTML }}</h1>
|
||||
<p>{{ .Site.Params.description | safeHTML }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue