diff --git a/README.md b/README.md index 2c73df4..001956e 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,12 @@ enableEmoji: true # Custom parameters params: - # description - description: Theme for a personal portfolio with minimalist design and responsiveness - - # copyright + # Copyright Notice copyright: © 2020 Copyright. + # Meta description for your site. This will help the search engines to find your site. + description: Portfolio and personal blog of Jane Doe. + # background image of the landing page background: "images/background.jpg" diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index d70a686..f325cfb 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -24,12 +24,12 @@ enableEmoji: true # Custom parameters params: - # description - description: this is an example site for the Toha theme - - # copyright + # Copyright Notice copyright: © 2020 Copyright. + # Meta description for your site. This will help the search engines to find your site. + description: Portfolio and personal blog of Jane Doe. + # background image of the landing page background: "images/background.jpg" diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a0cfb68..d527b79 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,5 +1,5 @@ {{ define "header" }} - + {{- .Site.Title -}} + {{- partial "header.html" . -}} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 5bf6901..9ffdb2f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,4 +1,3 @@ -