Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/blog/04-no-sidebar.md')
-rw-r--r--exampleSite/content/blog/04-no-sidebar.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/exampleSite/content/blog/04-no-sidebar.md b/exampleSite/content/blog/04-no-sidebar.md
new file mode 100644
index 0000000..ca7ed12
--- /dev/null
+++ b/exampleSite/content/blog/04-no-sidebar.md
@@ -0,0 +1,19 @@
++++
+description = "An example of a post without a sidebar"
+date = "2017-12-25T00:00:00"
+thumbnail = "images/pic08.jpg"
+image = "images/pic01.jpg"
+title = "No Sidebar"
+slug = "no-sidebar"
+author = "John Smith"
+draft = false
+disqusid = "4"
+hidesidebar = true
++++
+An example of a post without a sidebar.
+
+```
++++
+hidesidebar = true
++++
+``` \ No newline at end of file