diff options
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/full_post.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/layouts/partials/full_post.html b/layouts/partials/full_post.html index 407fee37..e69de29b 100644 --- a/layouts/partials/full_post.html +++ b/layouts/partials/full_post.html @@ -1,9 +0,0 @@ -<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> |