You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
631 B

{#- Post Copyright -#}
{%- if theme.copyright.enable and page.copyright !== false -%}
<div class="post-copyright">
<p class="copyright-item">
<span>{{ __('copyright.author') + ': ' }}</span>
<a href="{{ config.url }}">{{ config.author }}</a>
</p>
<p class="copyright-item">
<span>{{ __('copyright.link') + ': ' }}</span>
<a href="{{ page.permalink }}">{{ page.permalink }}</a>
</p>
<p class="copyright-item">
<span>{{ __('copyright.license') + ': ' }}</span>
{%- set license = page.license || theme.copyright.license -%}
{{ license }}
</p>
</div>
{%- endif -%}