From 9a070c238083e03ebbe799f6eb958381531fbbc8 Mon Sep 17 00:00:00 2001
From: Khosrow Moossavi <khos2ow@gmail.com>
Date: Mon, 14 May 2018 12:51:23 +0000
Subject: [PATCH] Ability to add extra custom CSS (#22)
---
exampleSite/config.toml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
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 @@
hideCredits = false
hideCopyright = false
+ # Custom CSS
+ custom_css = []
+
[[params.social]]
name = "Github"
weight = 1
--
Gitblit v1.10.0