add language code

This commit is contained in:
Yihui Xie 2017-06-16 22:50:19 -05:00
parent 2b5a86a26b
commit d023e3b560
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
baseurl = "/"
languageCode = "en-us"
title = "A minimal Hugo website"
theme = "hugo-xmin"
googleAnalytics = ""

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ .Site.LanguageCode }}">
<head>
<meta charset="utf-8">
<title>{{ .Title }} | {{ .Site.Title }}</title>