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 16:58:42 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-11 16:58:42 +0300
commite8211aba06f83cc70335153432c57d932fab745f (patch)
treeab06b83b870258acec77cbe04185198c28434652 /exampleSite
parent352f543948611a455535e8b6cf7781ea0fb34a46 (diff)
:sparkles: Add comment count to home #7
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/01-post.md2
-rw-r--r--exampleSite/content/post/02-post.md2
-rw-r--r--exampleSite/content/post/03-post.md2
-rw-r--r--exampleSite/content/post/04-post.md2
-rw-r--r--exampleSite/content/post/05-post.md2
5 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/content/post/01-post.md b/exampleSite/content/post/01-post.md
index ddf1549..c500d72 100644
--- a/exampleSite/content/post/01-post.md
+++ b/exampleSite/content/post/01-post.md
@@ -7,7 +7,7 @@ title = "First post"
slug = "first-post"
author = "John Smith"
draft = false
-disqusid = "1";
+disqusid = "1"
+++
Vestibulum scelerisque ultricies libero id hendrerit. Vivamus malesuada quam faucibus ante dignissim auctor hendrerit libero placerat. Nulla facilisi. Proin aliquam felis non arcu molestie at accumsan turpis commodo. Proin elementum, nibh non egestas sodales, augue quam aliquet est, id egestas diam justo adipiscing ante. Pellentesque tempus nulla non urna eleifend ut ultrices nisi faucibus. Vestibulum scelerisque ultricies libero id hendrerit. Vivamus malesuada quam faucibus ante dignissim auctor hendrerit libero placerat. Nulla facilisi. Proin aliquam felis non arcu molestie at accumsan turpis commodo. Proin elementum, nibh non egestas sodales, augue quam aliquet est, id egestas diam justo adipiscing ante.
diff --git a/exampleSite/content/post/02-post.md b/exampleSite/content/post/02-post.md
index b6cb799..e97ceed 100644
--- a/exampleSite/content/post/02-post.md
+++ b/exampleSite/content/post/02-post.md
@@ -7,6 +7,6 @@ title = "Second post"
slug = "second-post"
author = "John Smith"
draft = false
-disqusid = "2";
+disqusid = "2"
+++
Testing content \ No newline at end of file
diff --git a/exampleSite/content/post/03-post.md b/exampleSite/content/post/03-post.md
index 916151a..69a7011 100644
--- a/exampleSite/content/post/03-post.md
+++ b/exampleSite/content/post/03-post.md
@@ -7,6 +7,6 @@ title = "Third post"
slug = "third-post"
author = "John Smith"
draft = false
-disqusid = "3";
+disqusid = "3"
+++
Testing content \ No newline at end of file
diff --git a/exampleSite/content/post/04-post.md b/exampleSite/content/post/04-post.md
index 7dfe6b4..dc3eb11 100644
--- a/exampleSite/content/post/04-post.md
+++ b/exampleSite/content/post/04-post.md
@@ -7,6 +7,6 @@ title = "fourth post"
slug = "fourth-post"
author = "John Smith"
draft = false
-disqusid = "4";
+disqusid = "4"
+++
Testing content \ No newline at end of file
diff --git a/exampleSite/content/post/05-post.md b/exampleSite/content/post/05-post.md
index 335ec13..3b165bd 100644
--- a/exampleSite/content/post/05-post.md
+++ b/exampleSite/content/post/05-post.md
@@ -7,6 +7,6 @@ title = "Fifth post"
slug = "fifth-post"
author = "John Smith"
draft = false
-disqusid = "5";
+disqusid = "5"
+++
Testing content \ No newline at end of file