From 75926193c03da935fd0371477766825db37ba63b Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 28 Dec 2020 14:46:29 +0000
Subject: [PATCH] update

---
 exampleSite/config.toml       |   12 ++++++------
 exampleSite/content/_index.md |    4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1c1405c..008404f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -11,14 +11,14 @@
 
 #  menu items
 [[menu.main]]
-    name = "Docs"
-    weight = 2
-    url = "docs/"
+  name = "Docs"
+  weight = 2
+  url = "docs/"
 
 [[menu.main]]
-    name = "Example"
-    weight = 3
-    url = "https://docs.neuralvibes.com"
+  name = "Example"
+  weight = 3
+  url = "https://docs.neuralvibes.com"
 
 [markup]
   [markup.goldmark]
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index af1b9b9..04c2717 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -8,9 +8,9 @@
   baseChartOn = 3 # number of column the chart(s) and graph should be drawn from # can be overridden directly via shortcode parameter # it's therefore optional
   title = "Projects"
 +++
-{{< block "grid-2 mt-2" >}}
-{{< column >}}
 
+{{< block "grid-2" >}}
+{{< column >}}
 # Compose your Docs with __Ease__.
 
 Compose is a lean theme for the `Hugo`, inspired by [forestry.io](https://forestry.io). 

--
Gitblit v1.10.0