Switch to h4

This commit is contained in:
video-prize-ranch 2022-02-09 20:04:09 -05:00
parent 9f746c8dbf
commit 379a1f3b81
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
{{#each album.Media}} {{#each album.Media}}
{{#if this.Title}} {{#if this.Title}}
<h3>{{this.Title}}</h3> <h4>{{this.Title}}</h4>
{{/if}} {{/if}}
{{#if this.Description}} {{#if this.Description}}
<p>{{this.Description}}</p><br> <p>{{this.Description}}</p><br>