Change page title h1 to use default size

This commit is contained in:
Will Faught
2023-04-07 22:38:24 -07:00
parent 43d416c747
commit c765fb1981

View File

@@ -18,7 +18,7 @@
<div class="w-100" id="paige-metadata">
{{ with $title }}
<h1 class="display-5 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 }}
{{ with $description }}