adjust title, description order
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
</p>
|
||||
{{ if not .page.Params.notitle }}
|
||||
<h1>{{ .page.Title }}</h1>
|
||||
{{ $desc := .page.Description }}
|
||||
{{ with .page.Params.description }}<div class="lead">{{ $desc | markdownify }}</div>{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ .page.Content }}
|
||||
{{ .page.Content }}
|
||||
|
||||
Reference in New Issue
Block a user