From 853492596dd78dedb755e66db8d79d01e13c66b2 Mon Sep 17 00:00:00 2001
From: Luiz de PrĂ¡ <luiz.pra@olist.com>
Date: Fri, 23 Mar 2018 17:28:38 +0000
Subject: [PATCH] Fix template to suport empty social parameter

---
 exampleSite/config.toml |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e6d21b4..69bd7dd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -12,10 +12,6 @@
 pygmentscodefences = true
 pygmentscodefencesguesssyntax = true
 
-[permalinks]
-    posts = "posts/:title/"
-    default = ":title/"
-
 [params]
     author = "John Doe"
     description = "John Doe's personal website"

--
Gitblit v1.10.0