Order classes

This commit is contained in:
Will Faught
2024-07-12 22:57:46 -07:00
parent 43c6f33b8d
commit 2d40e2c4c8

View File

@@ -17,7 +17,7 @@
{{ $keywords := sort (append $categories $tags) "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 }}
<h1 class="fw-bold text-center" id="paige-title">{{ if $link }}<a href="{{ $link }}">{{ . }}</a>{{ else }}{{ . }}{{ end }}</h1>
{{ end }}