mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
<div xmlns:th="https://www.thymeleaf.org" class="copyright">
|
|
<div class="copyright-title">
|
|
<p th:text="${post.spec.title}"></p>
|
|
<a th:href="${post.status.permalink}" th:text="${(#strings.startsWith(post.status.permalink, '/')? site.url : '') + post.status.permalink}"></a>
|
|
</div>
|
|
<div class="copyright-meta level">
|
|
<div class="level-item">
|
|
<h6>作者</h6>
|
|
<p th:text="${post.owner.displayName}"></p>
|
|
</div>
|
|
<div class="level-item">
|
|
<h6>发布于</h6>
|
|
<p th:text="${#dates.format(post.spec.publishTime,'yyyy-MM-dd')}"></p>
|
|
</div>
|
|
<div class="level-item">
|
|
<h6>更新于</h6>
|
|
<p th:text="${#dates.format(post.status.lastModifyTime,'yyyy-MM-dd')}"></p>
|
|
</div>
|
|
<div class="level-item">
|
|
<h6>许可协议</h6>
|
|
<a rel="noopener" target="_blank" title="CC BY 4.0"
|
|
href="https://creativecommons.org/licenses/by/4.0/deed.zh"><i class="icon ri-creative-commons-line"></i>CC BY 4.0</a>
|
|
</div>
|
|
</div>
|
|
</div> |