summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 47ec310..a6a1697 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,11 +2,6 @@
{{ end }}
{{ define "main" }}
-{{ $imageUrl := .Params.image }}
-{{ $image := resources.Get $imageUrl }}
-{{ $image := $image.Resize "790x" }}
-<img alt="{{ .Params.title }}" src="{{ $image.Permalink }}" width={{ $image.Width }} height={{ $image.Height }}/><BR/>
-<hr/>
added on {{ .PublishDate.Format "January 2, 2006" }}
{{- if isset .Params "tags" -}}
{{- $tagsLen := len .Params.tags -}}