Change section to page
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<section {{ with $sectionclass }} class="{{ . }}" {{ end }}>
|
<section {{ with $sectionclass }} class="{{ . }}" {{ end }}>
|
||||||
{{ with $title }}
|
{{ with $title }}
|
||||||
<h1 {{ with $titleclass }} class="{{ . }}" {{ end }}>{{ with $titlelink }}<a href="{{ . }}">{{ . }}</a>{{ else }}{{ . }}{{ end }}{{ if $page.Scratch.Get "paige_list_show_content" }}<a aria-label="Link to this section" class="paige-header-link" href="{{ $titlepage }}">#</a>{{ end }}</h1>
|
<h1 {{ with $titleclass }} class="{{ . }}" {{ end }}>{{ with $titlelink }}<a href="{{ . }}">{{ . }}</a>{{ else }}{{ . }}{{ end }}{{ if $page.Scratch.Get "paige_list_show_content" }}<a aria-label="Link to this page" class="paige-header-link" href="{{ $titlepage }}">#</a>{{ end }}</h1>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with $description }}
|
{{ with $description }}
|
||||||
|
Reference in New Issue
Block a user