mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
11.48.2018 0b43e5ef78ef17a9d68389c26b83e0533142b0e1
feat: use hugo variable for lang attribute
1 files modified
2 ■■■ changed files
layouts/index.html 2 ●●● patch | view | raw | blame | history
layouts/index.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en-US">
<html lang="{{ .Site.LanguageCode }}">
<head>
  {{ partial "head" . }}