We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffe91b commit ffde8feCopy full SHA for ffde8fe
layout/_macro/post-copyright.swig
@@ -9,6 +9,6 @@
9
</li>
10
<li class="post-copyright-license">
11
<strong>{{ __('post.copyright.license_title') + __('symbol.colon') }} </strong>{#
12
- #}{{ post.copyright | default(__('post.copyright.license_content', theme.post_copyright.license)) }}{#
+ #}{{ __('post.copyright.license_content', theme.post_copyright.license) }}{#
13
#}</li>
14
</ul>
0 commit comments