aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-06-02 12:32:08 +0200
committerOscar Najera <hi@oscarnajera.com>2024-06-02 12:32:08 +0200
commitdd855082221faf4ec254165a4453355485ed6ac1 (patch)
tree4e9cecb9b910526d822a12ebc3912b71e131b676 /layouts/_default
parent4fc79036614c35eb5f8721b0750698710de34971 (diff)
downloadhugo-minimalist-theme-dd855082221faf4ec254165a4453355485ed6ac1.tar.gz
hugo-minimalist-theme-dd855082221faf4ec254165a4453355485ed6ac1.tar.bz2
hugo-minimalist-theme-dd855082221faf4ec254165a4453355485ed6ac1.zip
More WC3 compliant html5
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 00a12c6..4570a3d 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html>
+<html lang="{{ site.Language }}">
{{- partial "head.html" . -}}
<body class="bg-white">
{{- partial "header.html" . -}}