Drop site config options content_lang & outdated

This commit is contained in:
Cotes Chung
2021-08-09 16:36:05 +08:00
parent 8e1cd46ce0
commit cda77b5fa7
5 changed files with 2 additions and 14 deletions
+1 -1
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 %}