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

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Senkbeil <chip.senkbeil@gmail.com>2015-09-27 21:29:37 +0300
committerChip Senkbeil <chip.senkbeil@gmail.com>2015-09-27 21:29:37 +0300
commitb8b649461ecbc58b1c424245f66b07f19c1fffe5 (patch)
tree1472146c920eebb7f68c5eb06f291460e994922a
parent8b30d5aea562d6a251c6ac81c68074a497abf6e7 (diff)
Added post section list/single
-rw-r--r--layouts/post/single.html2
-rw-r--r--layouts/section/post.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
new file mode 100644
index 0000000..1b65ccd
--- /dev/null
+++ b/layouts/post/single.html
@@ -0,0 +1,2 @@
+{{ partial "post/single.html" . }}
+
diff --git a/layouts/section/post.html b/layouts/section/post.html
new file mode 100644
index 0000000..7823493
--- /dev/null
+++ b/layouts/section/post.html
@@ -0,0 +1,2 @@
+{{ partial "post/list.html" . }}
+