summaryrefslogtreecommitdiff
path: root/themes/flog/layouts/_default/list.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-08-21 16:32:35 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-21 16:32:35 +0200
commit1f824e6ae5ac39d0cefe0244ea9223c1783494f3 (patch)
treeb898d60dabde26ace368e1482a6189d5009ae95f /themes/flog/layouts/_default/list.html
downloadpragblog-1f824e6ae5ac39d0cefe0244ea9223c1783494f3.tar.gz
pragblog-1f824e6ae5ac39d0cefe0244ea9223c1783494f3.zip
first commit, dummies
Diffstat (limited to 'themes/flog/layouts/_default/list.html')
-rw-r--r--themes/flog/layouts/_default/list.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/flog/layouts/_default/list.html b/themes/flog/layouts/_default/list.html
new file mode 100644
index 0000000..38c4c59
--- /dev/null
+++ b/themes/flog/layouts/_default/list.html
@@ -0,0 +1,3 @@
+{{ partial "header.html" . }}
+{{ partial "listing.html" . }}
+{{ partial "footer.html" . }}