initial commit
This commit is contained in:
8
themes/gallery/layouts/partials/title.html
Normal file
8
themes/gallery/layouts/partials/title.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ if .Title }}
|
||||
<hgroup>
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ with .Params.Description }}
|
||||
<p>{{ . }}</p>
|
||||
{{ end }}
|
||||
</hgroup>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user