Fix html attribute typo (#26)
This commit is contained in:
committed by
Luc Perkins
parent
dc294967d7
commit
b5e7a67d6a
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user