diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5c3df9a..dc41751 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -31,6 +31,9 @@ summarylength = 25
# Site Params
[params]
logo = "images/logo.png"
+ logo_footer = "images/logo-footer.png"
+ favicon_icon = "images/favicon.ico"
+ favicon_shortcut_icon = "images/favicon.png"
dateFormat = "26 FEB 1994"
# Meta data
description = "Roxo Hugo themes | Design Agency Template by StaticMania"
@@ -74,10 +77,16 @@ summarylength = 25
secondary_button = "Connect with Us"
secondary_button_url = "contact"
+ [params.blog]
+ read_more = "read more"
+
[params.portfolio]
enable = true
title = "OUR RECENT WORKS"
subtitle = "Crafting experiences and seeking to make the complex clear & beautiful."
+ view_project = "view project"
+ more_works = "MORE WORKS"
+ scroll_down = "scroll down"
[params.call_to_action]
enable = true
@@ -128,4 +137,6 @@ summarylength = 25
# Footer Service
[params.footer.service]
title = "We help brands:"
- description = "develop design solutions
produce valuable cultural content
create fresh brand experience"
\ No newline at end of file
+ description = "develop design solutions
produce valuable cultural content
create fresh brand experience"
+ [params.footer.back_to_top]
+ description = "I want to
visit again"
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
index f1b16c3..10c78b6 100644
--- a/layouts/blog/list.html
+++ b/layouts/blog/list.html
@@ -30,7 +30,7 @@
{{ .Summary }} ...
- read more + {{ .Site.Params.blog.read_more }} @@ -46,4 +46,4 @@ {{ partial "call-to-action.html" . }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 0658b18..8ca7ac5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,7 +2,7 @@