aboutsummaryrefslogtreecommitdiff
path: root/www/layouts/partials/preview/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/layouts/partials/preview/post.html')
-rw-r--r--www/layouts/partials/preview/post.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/layouts/partials/preview/post.html b/www/layouts/partials/preview/post.html
new file mode 100644
index 0000000..f0c6fb5
--- /dev/null
+++ b/www/layouts/partials/preview/post.html
@@ -0,0 +1,7 @@
+{{ partial "preview/article.html" (dict
+ "h" .h
+ "title" .page.Title
+ "link" .page.RelPermalink
+ "content" .page.Plain
+ "date" .page.Date)
+}}