{{ .Page.Title }}
{{ partial "navigators/next-prev-navigator.html" . }} diff --git a/layouts/index.html b/layouts/index.html index dc93e8c..d2de694 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,6 +2,7 @@
diff --git a/README.md b/README.md index b1bf66c..001956e 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,12 @@ enableEmoji: true # Custom parameters params: - # 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 ae42c45..f325cfb 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -24,9 +24,12 @@ enableEmoji: true # Custom parameters params: - # 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 bf1304b..d527b79 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,4 +1,5 @@ {{ define "header" }} +