summaryrefslogtreecommitdiffstats
path: root/layouts/partials/schema.org/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/schema.org/article.html')
-rw-r--r--layouts/partials/schema.org/article.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/schema.org/article.html b/layouts/partials/schema.org/article.html
index 0c47dc8..b193acb 100644
--- a/layouts/partials/schema.org/article.html
+++ b/layouts/partials/schema.org/article.html
@@ -19,8 +19,8 @@
"@type": "WebPage",
"@id": {{ .Permalink }}
},
- "headline": {{ partial "title.html" . | htmlUnescape }},{{ if .Params.featured_image }}
- {{ $image := .Resources.GetMatch .Params.featured_image -}}
+ "headline": {{ partial "title.html" . | htmlUnescape }},{{ if .Params.featuredImage }}
+ {{ $image := .Resources.GetMatch .Params.featuredImage -}}
"image": [
{{ $image.Permalink }}
],{{ end }}