diff --git a/README.md b/README.md
index b1bf66c..2c73df4 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,9 @@ enableEmoji: true
# Custom parameters
params:
+ # description
+ description: Theme for a personal portfolio with minimalist design and responsiveness
+
# copyright
copyright: © 2020 Copyright.
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index ae42c45..d70a686 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -24,6 +24,9 @@ enableEmoji: true
# Custom parameters
params:
+ # description
+ description: this is an example site for the Toha theme
+
# copyright
copyright: © 2020 Copyright.
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index bf1304b..a0cfb68 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,4 +1,5 @@
{{ define "header" }}
+
@@ -44,15 +45,15 @@
{{ partial "helpers/get-author-name.html" . }}
{{ .Page.Date.Format "January 2, 2006" }}
-
+
{{ .Page.Title }}
-
+
{{ .Page.Content }}
-
+
{{ if .Site.Params.GitRepo }}
@@ -62,7 +63,7 @@
{{ end }}
-
+
{{ partial "navigators/next-prev-navigator.html" . }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 9ffdb2f..5bf6901 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,3 +1,4 @@
+