Squashed 'themes/paperesque/' content from commit 228903d
git-subtree-dir: themes/paperesque git-subtree-split: 228903d2bad09f92d4de8a2922806fafd24d3966
This commit is contained in:
15
layouts/partials/feature_image.html
Normal file
15
layouts/partials/feature_image.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{/* The featured image, using the same rules as what the twitter cards use. */}}
|
||||
{{- with $.Params.images -}}
|
||||
{{- index . 0 | absURL -}}
|
||||
{{- else -}}
|
||||
{{- $images := $.Resources.ByType "image" -}}
|
||||
{{- $featured := $images.GetMatch "*feature*" -}}
|
||||
{{- $featured := cond (ne $featured nil) $featured ($images.GetMatch "{*cover*,*thumbnail*}") -}}
|
||||
{{- with $featured -}}
|
||||
{{- $featured.Permalink -}}
|
||||
{{- else -}}
|
||||
{{- with $.Site.Params.images -}}
|
||||
{{- index . 0 | absURL -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user