Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Biret <vincentbiret@hotmail.com>2020-08-23 23:42:52 +0300
committerVincent Biret <vincentbiret@hotmail.com>2020-08-24 00:07:14 +0300
commit22d94aec47cbaf80d17a5f72fa3f16791ecbf145 (patch)
tree2a00444d35627d8db875f5e92a0575be14655e40 /layouts
parent15711a64019580f0cf105b9ac465cad8334c59fb (diff)
- fixes language for page header
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index aa0545f..ce3f0ae 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en-us" dir="ltr" itemscope itemtype="http://schema.org/Article">
+<html lang="{{.Language}}" dir="ltr" itemscope itemtype="http://schema.org/Article">
{{ partial "head.html" . }}