add subtitle/description field
This commit is contained in:
parent
9313230d64
commit
f9722dacf7
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue