Switch to h4
This commit is contained in:
parent
9f746c8dbf
commit
379a1f3b81
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue