🎨 Add post title in creative commons content.
This commit is contained in:
parent
109a749260
commit
e48a1427b6
@ -55,6 +55,8 @@ PostReadMore:
|
||||
PostEditTitle:
|
||||
other: Edit this post
|
||||
|
||||
PostCRTitle:
|
||||
other: Post Title
|
||||
PostCRAuthor:
|
||||
other: Post Author
|
||||
PostCRLink:
|
||||
|
@ -57,6 +57,8 @@ PostReadMore:
|
||||
PostEditTitle:
|
||||
other: 编辑
|
||||
|
||||
PostCRTitle:
|
||||
other: 文章标题
|
||||
PostCRAuthor:
|
||||
other: 本文作者
|
||||
PostCRLink:
|
||||
|
@ -2,6 +2,10 @@
|
||||
<div class="post-copyright">
|
||||
<img src="/imgs/cc/cc.svg" width="75" height="75" align="right" />
|
||||
<ul>
|
||||
<li class="post-copyright-title">
|
||||
<strong>{{ print (T "PostCRTitle") (T "SymbolColon") }}</strong>
|
||||
{{ .Title }}
|
||||
</li>
|
||||
<li class="post-copyright-author">
|
||||
{{- if isset .Params "author" }}
|
||||
<strong>{{ print (T "PostCROriginAuthor") (T "SymbolColon") }} </strong>
|
||||
|
Loading…
Reference in New Issue
Block a user