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

github.com/bul-ikana/hugo-cards.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Aguirre <bul-ikana@users.noreply.github.com>2020-10-19 02:47:50 +0300
committerGitHub <noreply@github.com>2020-10-19 02:47:50 +0300
commitac2ac3b37595696d7aa93a4a4024e4012bbaad77 (patch)
tree78db9fd7019cfd4e97eae319f7c78a0f6684f9fa
parentf0abaa17d3f64eaf5e2ecfd7d6ebe0bb29b0bc83 (diff)
parentc7637827ba81e9bf26a196ddfa6b22d5d2d70433 (diff)
Merge pull request #13 from dajznak/fix-homepage-jsonld
Remove trailing comma in JSON-LD
-rw-r--r--layouts/partials/seo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/seo.html b/layouts/partials/seo.html
index 817da4e..724f0e4 100644
--- a/layouts/partials/seo.html
+++ b/layouts/partials/seo.html
@@ -30,7 +30,7 @@
"@type": "Person",
"name": "{{ .Site.Params.author }}"
},
- "description": "{{ .Site.Params.description }}",
+ "description": "{{ .Site.Params.description }}"
}
</script>
{{ end }}