diff options
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 391be97..9ec00f3 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -7,6 +7,26 @@ </header> + +<style> +/* 底部声明区 */ +.h-entry ~ .info, +.h-entry ~ div:last-of-type { + margin-top: 2rem; + padding-top: 1rem; + font-size: 0.85rem; + line-height: 1.6; + color: var(--summary-text-color); + font-family: var(--font-secondary); +} + +.h-entry ~ .info p, +.h-entry ~ div:last-of-type p { + margin: 0.4rem 0; +} + +</style> + <article class="h-entry"> <h1 class="post-title"> <a href="{{ .RelPermalink }}" class="item-link">{{ .Title }}</a> @@ -326,7 +346,10 @@ </div> {{ end }} {{ end }} + <div class="info"> + <p>文章内容遵循 <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> 标准共享。</p> <p>有想对我说的?向<a href="mailto:im@verdant.ee?subject=回复《{{ .Title }}》"> im@verdant.ee </a>发送一封<a href="https://useplaintext.email/ ">纯文本邮件</a>吧。</p> + </div> </div> {{ end }} |
