Fix html attribute typo (#26)

This commit is contained in:
Benjamin Nash
2018-09-19 16:50:14 -04:00
committed by Luc Perkins
parent dc294967d7
commit b5e7a67d6a

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lange="{{ .Site.LanguageCode }}">
<html lang="{{ .Site.LanguageCode }}">
<head>
{{ partial "meta.html" . }}
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>