aboutsummaryrefslogtreecommitdiff
path: root/www/layouts/partials/preview/post.html
blob: f0c6fb58c296cc6a7fe441ffe18f937ee267cd6c (plain)
1
2
3
4
5
6
7
{{ partial "preview/article.html" (dict
  "h" .h
  "title" .page.Title
  "link" .page.RelPermalink
  "content" .page.Plain
  "date" .page.Date)
}}