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.
 
 

28 lines
781 B

{#- Social Links -#}
{%- include "./_footer/social.swig" -%}
<div class="copyright">
<span class="power-by">
{{ __('footer.powered', '<a class="hexo-link" href="https://hexo.io/">Hexo</a>') }}
</span>
<span class="division">|</span>
<span class="theme-info">
{{ __('footer.theme') }} -
<a class="theme-link" href="https://github.com/iotcat/kayo">Kayo</a>
</span>
<span class="copyright-year">
{%- set current = date(Date.now(), "YYYY") -%}
&copy;
{%- if theme.since and theme.since != current -%}
{{ theme.since }} - {{ current }}
{%- else -%}
{{ current }}
{%- endif -%}
<span class="heart">
<i class="iconfont icon-heart"></i>
</span>
<span class="author">{{ config.author }}</span>
</span>
</div>