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