1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Added more config for license.

This commit is contained in:
Cotes Chung
2020-02-18 00:32:36 +08:00
parent 64125e6e42
commit 9935f76530
4 changed files with 30 additions and 26 deletions

View File

@@ -12,9 +12,9 @@
<p class="mb-0">
© {{ 'now' | date: "%Y" }}
<a href="{{ site.social.links[0] }}">{{ site.social.name }}</a>.
{% if site.data.license.statment %}
{% if site.data.right.brief %}
<span data-toggle="tooltip" data-placement="top"
title="{{ site.data.license.statment }}">Some rights reserved</span>.
title="{{ site.data.right.verbose }}">{{ site.data.right.brief }}</span>
{% endif %}
</p>
</div>