{{ .Title }}
++ {{ .Summary }} +
+ {{/* TODO: add author +By {{ .Author }}
*/}} +diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 69ce1cf..ce9dd69 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,6 +2,7 @@ title = "Notre-Dame de Paris"
baseURL = "https://example.com"
languageCode = "en-us"
theme = "gohugo-theme-ananke"
+themesDir = "../.."
MetaDataFormat = "yaml"
DefaultContentLanguage = "en"
diff --git a/layouts/index.html b/layouts/index.html
index 3da9bfe..90bdd02 100755
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,8 +2,10 @@
+ {{ .Summary }} +
+ {{/* TODO: add author +By {{ .Author }}
*/}} +