mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
remove unneeded comment
This commit is contained in:
parent
f174795a07
commit
c1a527a454
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@
|
||||||
{{ with .PublishDate }}<meta property="article:published_time" {{ .Format $iso8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }}
|
{{ with .PublishDate }}<meta property="article:published_time" {{ .Format $iso8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }}
|
||||||
{{ with .Lastmod }}<meta property="article:modified_time" {{ .Format $iso8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }}
|
{{ with .Lastmod }}<meta property="article:modified_time" {{ .Format $iso8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }}
|
||||||
{{ with .Params.thumbnail }}
|
{{ with .Params.thumbnail }}
|
||||||
{{/* $thumbPath := (add $.Page.RelPermalink . ) */}}
|
|
||||||
{{ $thumbnail := $.Resources.Get . }}
|
{{ $thumbnail := $.Resources.Get . }}
|
||||||
{{ with $thumbnail }}
|
{{ with $thumbnail }}
|
||||||
{{ $img := $base.Filter (images.Overlay (.Process "fit 300x250") 875 38 )}}
|
{{ $img := $base.Filter (images.Overlay (.Process "fit 300x250") 875 38 )}}
|
||||||
|
|
Loading…
Reference in a new issue