From 16d9d3649963f2c91ccb008af67f7827c1cb980e Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Thu, 08 Oct 2020 11:23:36 +0000
Subject: [PATCH] add clarity docs & clean up

---
 exampleSite/content/docs/shortcodes.md |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/exampleSite/content/docs/shortcodes.md b/exampleSite/content/docs/shortcodes.md
index 91f5c2b..a7067e6 100644
--- a/exampleSite/content/docs/shortcodes.md
+++ b/exampleSite/content/docs/shortcodes.md
@@ -5,7 +5,6 @@
   Use hugo shortcodes to quickly compose site pages.
 ---
 
-
 Why shortcodes? While markdown is sufficient to produce simple pages, it's insufficient where complex page structures are needed. Thusly, whenever we need special styling, shortcodes compliment the shortcomings of markdown.
 
 This way, you can side step complex html and css boilerplate in your content files. 

--
Gitblit v1.10.0