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

github.com/curttimson/hugo-theme-massively.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-25 01:22:12 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-25 01:22:12 +0300
commit8f5c97dc5678d8d81a567d5a3dd21c5649c1fd89 (patch)
tree233f7361b8e685e25813ae76053610dc7d2273d7 /exampleSite
parente8c305768a43f641d58f3afeefd936ecf79a96df (diff)
:sparkles: Add pagination logic
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/post.6.md7
-rw-r--r--exampleSite/content/post/post.7.md7
-rw-r--r--exampleSite/content/post/post.8.md7
3 files changed, 21 insertions, 0 deletions
diff --git a/exampleSite/content/post/post.6.md b/exampleSite/content/post/post.6.md
new file mode 100644
index 0000000..20847e5
--- /dev/null
+++ b/exampleSite/content/post/post.6.md
@@ -0,0 +1,7 @@
++++
+title = 'Primis eget imperdiet lorem'
+slug = 'post6'
+image = 'images/pic03.jpg'
+date = "2017-03-22T00:00:00"
+description = 'Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.'
++++ \ No newline at end of file
diff --git a/exampleSite/content/post/post.7.md b/exampleSite/content/post/post.7.md
new file mode 100644
index 0000000..982860a
--- /dev/null
+++ b/exampleSite/content/post/post.7.md
@@ -0,0 +1,7 @@
++++
+title = 'Ante mattis interdum dolor'
+slug = 'post7'
+image = 'images/pic04.jpg'
+date = "2017-03-18T00:00:00"
+description = 'Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.'
++++ \ No newline at end of file
diff --git a/exampleSite/content/post/post.8.md b/exampleSite/content/post/post.8.md
new file mode 100644
index 0000000..06b1047
--- /dev/null
+++ b/exampleSite/content/post/post.8.md
@@ -0,0 +1,7 @@
++++
+title = 'Augue lorem primis vestibulum'
+slug = 'post8'
+image = 'images/pic07.jpg'
+date = "2017-03-07T00:00:00"
+description = 'Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.'
++++ \ No newline at end of file