From d023e3b56011d349703373540dff5cf7e50beb85 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Fri, 16 Jun 2017 22:50:19 -0500 Subject: [PATCH] add language code --- exampleSite/config.toml | 1 + layouts/partials/header.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4badc27..e262bb7 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,5 @@ baseurl = "/" +languageCode = "en-us" title = "A minimal Hugo website" theme = "hugo-xmin" googleAnalytics = "" diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 5067848..6f291e2 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,5 +1,5 @@ - + {{ .Title }} | {{ .Site.Title }}