File tree 3 files changed +8
-12
lines changed
3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 14
14
</#if >
15
15
<div class =" h-96 align-middle table-cell relative w-full index flex justify-center" >
16
16
<img class =" object-cover my-4 ring-2 ring-white m-avatar w-20 h-20 rounded-full bg-white max-w-full border-2 border-white border-solid mx-auto no-zoom" src =" ${user.avatar}" alt =" ${user.nickname!}" >
17
- <#if settings.home_description!='' >
18
- <p class =" slogan text-center text-white dark:text-gray-300 text-lg md:text-xl text-center" >
19
- ${settings.home_description! }
20
- </p >
21
- </#if >
17
+ <p class =" slogan text-center text-white dark:text-gray-300 text-lg md:text-xl text-center" >
18
+ ${settings.home_description! }
19
+ </p >
22
20
</div >
23
21
</header >
24
22
<div
Original file line number Diff line number Diff line change 14
14
</#if >
15
15
<div class =" h-96 align-middle table-cell relative w-full index flex justify-center" >
16
16
<img class =" object-cover my-4 ring-2 ring-white m-avatar w-20 h-20 rounded-full bg-white max-w-full border-2 border-white border-solid mx-auto no-zoom" src =" ${user.avatar}" alt =" ${user.nickname!}" >
17
- <#if sheet.summary!='' || settings.home_description!='' >
17
+ <#if sheet.summary?? || settings.home_description?? >
18
18
<p class =" slogan text-center text-white dark:text-gray-300 text-lg md:text-xl text-center" >
19
- <#if sheet.summary!='' >${sheet.summary} <#else >${settings.home_description! } </#if >
19
+ <#if sheet.summary?? >${sheet.summary} <#else >${settings.home_description! } </#if >
20
20
</p >
21
21
</#if >
22
22
</div >
46
46
</#list >
47
47
</div >
48
48
</#list >
49
- <#if sheet.content != '' >
49
+ <#if sheet.content?? >
50
50
<div class =" mx-auto bg-white dark:bg-gray-800 rounded-md px-10 py-10 md-content mt-8 max-w-4xl tracking-wider md:leading-relaxed sm:leading-normal heti text-gray-800 dark:text-gray-300"
51
51
id =" lightGallery" >
52
52
${sheet.content! }
You can’t perform that action at this time.
0 commit comments