add language code
This commit is contained in:
parent
2b5a86a26b
commit
d023e3b560
@ -1,4 +1,5 @@
|
|||||||
baseurl = "/"
|
baseurl = "/"
|
||||||
|
languageCode = "en-us"
|
||||||
title = "A minimal Hugo website"
|
title = "A minimal Hugo website"
|
||||||
theme = "hugo-xmin"
|
theme = "hugo-xmin"
|
||||||
googleAnalytics = ""
|
googleAnalytics = ""
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="{{ .Site.LanguageCode }}">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>{{ .Title }} | {{ .Site.Title }}</title>
|
<title>{{ .Title }} | {{ .Site.Title }}</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user