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,7 +11,7 @@ layout: compress
{% endif %}
{% endcapture %}
<html lang="{{ site.content_lang | default: site.lang }}" {{ prefer_mode }}>
<html lang="{{ site.lang | default: 'en' }}" {{ prefer_mode }}>
{% include head.html %}