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

refactor: remove site config option prefer_datetime_locale

This commit is contained in:
Cotes Chung
2022-10-19 03:47:48 +08:00
parent f904e8cd48
commit 6852ceb280
12 changed files with 11 additions and 23 deletions

View File

@@ -15,7 +15,8 @@ layout: compress
{% endif %}
{% endcapture %}
<html lang="{{ site.lang }}"{{ prefer_mode }}>
<!-- `site.alt_lang` can specify a language different from the UI -->
<html lang="{{ site.alt_lang | default: site.lang }}"{{ prefer_mode }}>
{% include head.html %}