diff --git a/test/site/config.toml b/test/site/config.toml
index 5ad672c..63941d5 100644
--- a/test/site/config.toml
+++ b/test/site/config.toml
@@ -32,3 +32,16 @@ pygmentsUseClasses = true # This applies to Chroma too.
[Params]
description = "Test site for ox-hugo package for Emacs/Org-mode."
+ intro = """
+This is the test site for the
+ox-hugo package for Emacs/Org-mode.
+"""
+ footer = """
+
+ [Test Site home | ox-hugo home]
+
+"""
+ [Params.source]
+ url = "https://github.com/kaushalmodi/ox-hugo" # Mandatory, used in bare_min single.html, baseof.html
+ org_dir = "test/site/content-org"
+ md_dir = "test/site/content"
diff --git a/test/site/themes/bare_min/layouts/_default/baseof.html b/test/site/themes/bare_min/layouts/_default/baseof.html
index a952b4d..16de828 100644
--- a/test/site/themes/bare_min/layouts/_default/baseof.html
+++ b/test/site/themes/bare_min/layouts/_default/baseof.html
@@ -10,6 +10,9 @@
{{ .Title }} ❚ {{ .Site.Title }}
{{ end }}
+ {{ with .Site.Params.favicon }}
+ {{- . | safeHTML -}}
+ {{ end }}