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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Konishi <skydai1151@gmail.com>2017-11-05 12:29:24 +0300
committerDaisuke Konishi <skydai1151@gmail.com>2017-11-05 12:31:07 +0300
commit9af7457f60f9630c503ada8986e313cb0a31f503 (patch)
tree5243965fa139b3e71cf4f4bf044826b3780cc85e /layouts
parent70b0ff46240ebb8b08c18fafb55b0b2cae516f5e (diff)
fix json
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/json-single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/json-single.html b/layouts/partials/json-single.html
index 3559c46..c34b20c 100644
--- a/layouts/partials/json-single.html
+++ b/layouts/partials/json-single.html
@@ -10,9 +10,9 @@
"publisher": {
"@type": "Organization",
"name": "{{ .Site.Params.author }}",
- "logo": ""
+ "logo": "{{ .Site.BaseURL }}{{ .Site.Params.logo }}",
},
- "image": "",
+ "image": "{{ .Site.BaseURL }}{{ .Params.image }}",
"datePublished": "{{ .Date.Format "2006-01-02" }}"
},
"headline": "{{ substr (replace (.Content) "\n" "") 0 110 }}",