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