Skip to content

Commit 43cd306

Browse files
authored
fix: Customize mainScreen self intro display issue (#601)
1 parent 4cc82ae commit 43cd306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/module/home/img_box.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div
3838
class="header-info no-select"
3939
th:classappend="${#strings.isEmpty(theme.config.mainScreen.focus_info_self_intro) ? 'info-desc' : ''}"
40-
th:if="${(theme.config.mainScreen.focus_info_self_intro or theme.config.mainScreen.focus_info_socials) and (not #arrays.isEmpty(theme.config.sns.items))}"
40+
th:if="${theme.config.mainScreen.focus_info_self_intro or theme.config.mainScreen.focus_info_socials}"
4141
>
4242
<p
4343
class="flex-child-center"

0 commit comments

Comments
 (0)