We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0537b78 + a8a0550 commit 2cca09aCopy full SHA for 2cca09a
_config.yml
@@ -25,3 +25,6 @@ include:
25
- _javascript
26
27
markdown: rdiscount
28
+
29
+# Custom site configuration
30
+lang: en
_layouts/bare.html
@@ -3,7 +3,7 @@
3
---
4
5
<!DOCTYPE html>
6
-<html>
+<html lang="{% if page.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
7
<head>
8
<title>{% if page.title %}{{ page.title }} • {% endif %}{{ site.title }}</title>
9
{% if page.description %}
0 commit comments