added snippet for header subtitle

pull/4/head
alexanderroese 2024-06-02 15:03:26 +02:00
parent 268d47cf68
commit 08ec5aab06
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div style="text-align: center;">
<span style="color: #AF9363; font-size: 24px">{{ title }}</span>
<h1 style="font-size: 38px; font-weight: bold; margin: 0;">{{ subtitle }}</h1>
<span style="color: #AF9363; font-size: 24px">{{ subtitle }}</span>
<h1 style="font-size: 38px; font-weight: bold; margin: 0;">{{ title }}</h1>
</div>