diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 11a8a2e5..6a823fbd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -2,7 +2,6 @@ baseurl = "http://example.org/" languageCode = "en-us" -title = "John Doe Resume" theme = "hugo-orbit-theme" googleAnalytics = "UA-XXXXXXX-Y" @@ -16,6 +15,7 @@ disable404 = true # Meta description = "Hugo Responsive Resume/CV Theme for Developers" author = "Pavel Kanyshev" + title = "John Doe Resume" # Theme styles diff --git a/layouts/partials/summary.html b/layouts/partials/summary.html index 41f13517..9b3f2720 100644 --- a/layouts/partials/summary.html +++ b/layouts/partials/summary.html @@ -1,5 +1,5 @@
-

{{ i18n "summary" }}

+

{{ .Site.Params.summary.title }}

{{ with .Site.Params.summary.summary }}{{ . | markdownify }}{{ end }}