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, 0 insertions, 7 deletions
diff --git a/www/layouts/partials/preview/post.html b/www/layouts/partials/preview/post.html
deleted file mode 100644
index f0c6fb5..0000000
--- a/www/layouts/partials/preview/post.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{{ partial "preview/article.html" (dict
- "h" .h
- "title" .page.Title
- "link" .page.RelPermalink
- "content" .page.Plain
- "date" .page.Date)
-}}