Change page title h1 to use default size

master
Will Faught 2 years ago
parent 43d416c747
commit c765fb1981

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

Loading…
Cancel
Save