diff options
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/full_post.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/full_post.html b/layouts/partials/full_post.html new file mode 100644 index 00000000..407fee37 --- /dev/null +++ b/layouts/partials/full_post.html @@ -0,0 +1,9 @@ +<a href="{{ .Page.Permalink }}"> + <h2>{{ .Page.Title }}</h2> +</a> +{{- if not (eq .Page.Type "special") }} + {{ .PublishDate.Format "January 2, 2006" }} +{{- end }} +<div> + {{ .Page.Content }} +</div> |