mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
feat(moments): 瞬间不展示标签,#99
This commit is contained in:
parent
72fae3c2de
commit
c53b2a80f3
2
templates/assets/css/style.min.css
vendored
2
templates/assets/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,11 +4,6 @@
|
|||||||
th:with="isJournals = true, enableShare = ${theme.config.page_config.enable_journals_share}, baseEnableComment = ${theme.config.page_config.enable_journals_comment}"
|
th:with="isJournals = true, enableShare = ${theme.config.page_config.enable_journals_share}, baseEnableComment = ${theme.config.page_config.enable_journals_comment}"
|
||||||
xmlns:th="https://www.thymeleaf.org">
|
xmlns:th="https://www.thymeleaf.org">
|
||||||
<th:block th:fragment="content">
|
<th:block th:fragment="content">
|
||||||
<div class="card card-content friends-hide-stats">
|
|
||||||
<div class="card-tab">
|
|
||||||
<div>[[${#strings.replace(title, ' - ' + site.title, '')}]]</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="card card-content journal" th:each="moment : ${moments.items}">
|
<div class="card card-content journal" th:each="moment : ${moments.items}">
|
||||||
<p class="journal-date">
|
<p class="journal-date">
|
||||||
<i class="ri-send-plane-line"></i>
|
<i class="ri-send-plane-line"></i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user