We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad175f commit 6c02aafCopy full SHA for 6c02aaf
module/cover.ftl
@@ -5,7 +5,7 @@
5
<div class="cover">
6
<img src="${(img?? && img != "")?string(img, settings.default_pic)}" alt="">
7
</div>
8
- <div class="title">
+ <div class="title container">
9
<#if title?? && title != "">
10
<h1>${title!}</h1>
11
</#if>
0 commit comments