Order classes
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
{{ $keywords := sort (append $categories $tags) "Title" }}
|
{{ $keywords := sort (append $categories $tags) "Title" }}
|
||||||
|
|
||||||
{{ if or $authors $date $description $keywords $readingtime $series $table $title }}
|
{{ if or $authors $date $description $keywords $readingtime $series $table $title }}
|
||||||
<header class="mw-100 align-items-center d-flex flex-column" id="paige-page-header">
|
<header class="align-items-center d-flex flex-column mw-100" id="paige-page-header">
|
||||||
{{ with $title }}
|
{{ with $title }}
|
||||||
<h1 class="fw-bold text-center" id="paige-title">{{ if $link }}<a href="{{ $link }}">{{ . }}</a>{{ else }}{{ . }}{{ end }}</h1>
|
<h1 class="fw-bold text-center" id="paige-title">{{ if $link }}<a href="{{ $link }}">{{ . }}</a>{{ else }}{{ . }}{{ end }}</h1>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user