add subtitle/description field
This commit is contained in:
parent
9313230d64
commit
f9722dacf7
|
@ -2,6 +2,9 @@ baseURL = 'https://qenya.tel/'
|
||||||
languageCode = 'en-GB'
|
languageCode = 'en-GB'
|
||||||
title = 'qenya'
|
title = 'qenya'
|
||||||
|
|
||||||
|
[params]
|
||||||
|
description = ''
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = 'Home'
|
name = 'Home'
|
||||||
pageRef = '/'
|
pageRef = '/'
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
<h1>{{ site.Title }}</h1>
|
<h1>{{ site.Title }}</h1>
|
||||||
|
{{ with site.Params.description }}<p>{{ . }}</p>{{end}}
|
||||||
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
|
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
|
Loading…
Reference in a new issue