Order classes

master
Will Faught 12 months ago
parent 43c6f33b8d
commit 2d40e2c4c8

@ -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 }}

Loading…
Cancel
Save