summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-27 13:05:45 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-27 13:05:45 +0530
commit92e5270060c97325b610d8877ee28200c4588682 (patch)
treebecb4619b11dfa6cbbb33a238a0a336694a3bce5 /layouts/_default/baseof.html
parent3cce4fcf48265ae0f029c6f8648ec9ada098bc18 (diff)
added opengraph tags
Diffstat (limited to 'layouts/_default/baseof.html')
-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 9bc0b22..ad5c70f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="{{ .Site.LanguageCode }}">
{{- partial "head.html" . -}}
<body>
{{ if ne .Kind "home" }}