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

Drop site config options content_lang & outdated

This commit is contained in:
Cotes Chung
2021-07-30 14:53:46 +08:00
parent 49dc866bd8
commit 57e8c6e594
5 changed files with 2 additions and 14 deletions

View File

@@ -11,8 +11,6 @@
{% if site.data.locales[site.lang].copyright.brief %}
<span data-toggle="tooltip" data-placement="top"
title="{{ site.data.locales[site.lang].copyright.verbose }}">{{ site.data.locales[site.lang].copyright.brief }}</span>
{% else %}
<span class="text-muted">{{ site.outdated }}</span>
{% endif %}
</p>
</div>