Use page.lang instead of page.community for lang

This commit is contained in:
Pk11 2021-03-08 00:29:42 -06:00
parent c1508b80ca
commit 3131f2fc0a

View File

@ -3,7 +3,7 @@ layout: compress
---
<!DOCTYPE html>
<html lang="{{ page.collection | default: "en-US" }}" {% if site.data.rtl contains page.collection %}dir="rtl"{% endif %}>
<html lang="{{ page.lang | default: "en-US" }}" {% if site.data.rtl contains page.collection %}dir="rtl"{% endif %}>
<head>
{% include head.html %}
</head>