feat(blog): 首次提交
这个提交包含在:
@@ -0,0 +1,29 @@
|
||||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
<div class="copyright">
|
||||
<span
|
||||
>© <span th:text="${#dates.year(#dates.createNow())}">2024</span> Powered by
|
||||
<a th:href="${theme.config.footer.footer_powered_link}">cccc</a></span
|
||||
>
|
||||
</div>
|
||||
<div class="beian">
|
||||
<span th:if="${not #strings.isEmpty(theme.config.beian.icp_text)}">
|
||||
<a
|
||||
href="https://beian.miit.gov.cn/"
|
||||
target="_blank"
|
||||
th:href="${theme.config.beian.icp_link}"
|
||||
th:text="${theme.config.beian.icp_text}"
|
||||
></a
|
||||
></span>
|
||||
<span th:if="${not #strings.isEmpty(theme.config.beian.gongan_text)}">
|
||||
<img th:src="@{/assets/image/gongan.png}" style="display:inline-block; height: 1.2em;">
|
||||
<a
|
||||
href="https://www.beian.gov.cn/"
|
||||
target="_blank"
|
||||
th:href="${theme.config.beian.gongan_link}"
|
||||
th:text="${theme.config.beian.gongan_text}"
|
||||
></a
|
||||
></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
在新议题中引用
屏蔽一个用户