71303db06b
setting feedback buttons, primary color setting update i18n with issue string remove local edit page string
7 lines
224 B
HTML
7 lines
224 B
HTML
{{ 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 }}
|