2023-03-24 20:25:04 +08:00
|
|
|
<div xmlns:th="https://www.thymeleaf.org" class="copyright">
|
2023-03-21 10:49:35 +08:00
|
|
|
<div class="copyright-title">
|
2023-03-24 20:25:04 +08:00
|
|
|
<p th:text="${post.spec.title}"></p>
|
2024-01-22 09:55:33 +08:00
|
|
|
<a th:href="${post.status.permalink}" th:text="${(#strings.startsWith(post.status.permalink, '/')? (#strings.endsWith(site.url, '/') ? #strings.substring(site.url, 0, #strings.length(site.url) - 1) : site.url) : '') + post.status.permalink}"></a>
|
2023-03-21 10:49:35 +08:00
|
|
|
</div>
|
|
|
|
<div class="copyright-meta level">
|
|
|
|
<div class="level-item">
|
|
|
|
<h6>作者</h6>
|
2023-03-24 20:25:04 +08:00
|
|
|
<p th:text="${post.owner.displayName}"></p>
|
2023-03-21 10:49:35 +08:00
|
|
|
</div>
|
|
|
|
<div class="level-item">
|
|
|
|
<h6>发布于</h6>
|
2023-03-24 20:25:04 +08:00
|
|
|
<p th:text="${#dates.format(post.spec.publishTime,'yyyy-MM-dd')}"></p>
|
2023-03-21 10:49:35 +08:00
|
|
|
</div>
|
|
|
|
<div class="level-item">
|
|
|
|
<h6>更新于</h6>
|
2023-03-24 20:25:04 +08:00
|
|
|
<p th:text="${#dates.format(post.status.lastModifyTime,'yyyy-MM-dd')}"></p>
|
2023-03-21 10:49:35 +08:00
|
|
|
</div>
|
|
|
|
<div class="level-item">
|
|
|
|
<h6>许可协议</h6>
|
|
|
|
<a rel="noopener" target="_blank" title="CC BY 4.0"
|
2023-09-12 10:44:43 +08:00
|
|
|
href="https://creativecommons.org/licenses/by/4.0/deed.zh"><i class="icon ri-creative-commons-line"></i>CC BY 4.0</a>
|
2023-03-21 10:49:35 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2024-01-22 09:55:33 +08:00
|
|
|
</div>
|