Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/blog-post-jsonld.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/blog-post-jsonld.html b/layouts/partials/blog-post-jsonld.html
index 89f1222..4c26e00 100644
--- a/layouts/partials/blog-post-jsonld.html
+++ b/layouts/partials/blog-post-jsonld.html
@@ -8,7 +8,9 @@
{{ if .Params.Tags }}
"keywords": "{{ delimit .Params.Tags "," }}",
{{ end }}
+ {{ if .Params.images }}
"image": "{{ index .Params.images 0 | absURL }}",
+ {{ end }}
"author": {
"@type": "Person",
"name": "{{ .Site.Author.name }}",