Update template to give title heading an ID
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-05-08 12:37:08 -04:00
parent 34225b983c
commit 8f5f8c2307
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -69,7 +69,7 @@
</div>
<div class="w-layout-vflex flex-block-2 purple" style="background-color:#552a85">
<div id="header-elements">
<h1 class="heading-8">{{title}}</h1>
<h1 id="title" class="heading-8">{{title}}</h1>
<div class="w-layout-hflex flex-block-3">
{% for author in authors %}
<img src="{{author.avatar_url}}" loading="lazy" width="32" height="32" alt="{{author.full_name}}'s Avatar"