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:
authorCurtis Timson <curt@live.co.uk>2018-02-11 17:03:06 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-11 17:03:06 +0300
commitc151fba97911dfce2169b3ab6d972e2d5937390b (patch)
treecba89a3fb94d49c86b65c160317687c0889043ec /exampleSite
parente8211aba06f83cc70335153432c57d932fab745f (diff)
:sparkles: Add ability to disable comments on post
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/05-post.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/exampleSite/content/post/05-post.md b/exampleSite/content/post/05-post.md
index 3b165bd..398d076 100644
--- a/exampleSite/content/post/05-post.md
+++ b/exampleSite/content/post/05-post.md
@@ -1,12 +1,11 @@
+++
-description = "Fifth post description"
+description = "An example of a blog post where comments are not allowed"
date = "2018-01-05T00:00:00"
thumbnail = "images/pic08.jpg"
image = "images/pic01.jpg"
-title = "Fifth post"
-slug = "fifth-post"
+title = "No Comments Allowed"
+slug = "no-comments-allowed"
author = "John Smith"
draft = false
-disqusid = "5"
+++
-Testing content \ No newline at end of file
+This is an example of a blog post where comments are not allowed. \ No newline at end of file