master
iotcat 4 years ago
parent edc25df9b4
commit e4bb09dbbd
  1. 2
      layout/_partial/_post/copyright.swig
  2. 2
      layout/_partial/footer.swig
  3. 4
      layout/_partial/head.swig
  4. 3
      source/css/_partial/_footer/_copyright.scss

@ -3,7 +3,7 @@
<div class="post-copyright">
<p class="copyright-item">
<span>{{ __('copyright.author') + ': ' }}</span>
<a href="{{ config.url }}">{{ config.author }}</a>
<a href="{{ theme.copyright.authorUrl }}">{{ config.author }}</a>
</p>
<p class="copyright-item">
<span>{{ __('copyright.link') + ': ' }}</span>

@ -20,7 +20,7 @@
{{ current }}
{%- endif -%}
<span class="heart">
<span class="heart shaky">
<i class="iconfont icon-heart"></i>
</span>
<span class="author">{{ config.author }}</span>

@ -38,6 +38,10 @@
</script>
{%- endif -%}
{%- if theme.shaky -%}
<link rel="stylesheet" type="text/css" href="https://cdn.yimian.xyz/shaky/shaky.css">
{%- endif -%}
{#- Canonical, good for google search engine -#}
<link rel="canonical" href="{{ config.url }}/{{ page.canonical_path.replace('index.html', '') }}"/>

@ -18,6 +18,7 @@
.heart {
font-size: 14px;
color: red;
}
}
}
}

Loading…
Cancel
Save