diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 58488e0..3dc070e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -23,6 +23,9 @@ disqusShortname = "yourdiscussshortname"
hideCredits = false
hideCopyright = false
+ # Custom CSS
+ custom_css = []
+
[[params.social]]
name = "Github"
weight = 1
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index a094dc1..057fb01 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -18,6 +18,10 @@
+ {{ range .Site.Params.custom_css }}
+
+ {{ end }}
+