diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 924a8a7..987cbac 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -31,6 +31,13 @@ params:
# gitFileURL: https://github.com/BBaoVanC/bobatheme/blob/master
# gitFileIcon: github-circle
+ # display a "Latest Posts" section on the homepage below its content
+ homepageLatestPosts: true
+
+ # footer: >-
+ # Some example text for the footer.
+
+
# see https://gohugo.io/about/hugo-and-gdpr/#all-privacy-settings
# you probably want to keep this default
privacy:
diff --git a/i18n/en.yaml b/i18n/en.yaml
index f117772..d967df9 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -8,6 +8,9 @@ table_of_contents:
browser_no_video_support:
other: "Your browser does not support video."
+latest_posts:
+ other: "Latest Posts"
+
# Meta items
long_date:
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 881c11c..d66471f 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -16,7 +16,7 @@