Skip to content

Commit 10503cc

Browse files
shenchshAlex LEE
authored andcommitted
Allow customized copyright contents (#254)
1 parent 3b2f980 commit 10503cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layout/_macro/post-copyright.swig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</li>
1010
<li class="post-copyright-license">
1111
<strong>{{ __('post.copyright.license_title') + __('symbol.colon') }} </strong>{#
12-
#}{{ __('post.copyright.license_content', theme.post_copyright.license) }}{#
12+
#}{{ post.copyright | default(__('post.copyright.license_content', theme.post_copyright.license)) }}{#
1313
#}</li>
1414
</ul>

0 commit comments

Comments
 (0)