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:
authorMarcin Cieślak <saper@saper.info>2020-01-13 02:58:41 +0300
committerMarcin Cieślak <saper@saper.info>2020-01-13 02:58:41 +0300
commitc7637827ba81e9bf26a196ddfa6b22d5d2d70433 (patch)
treed5d1420bb632753954282ca71783222c23ff1f48
parent94878efe46e39f248ab866a6e36ae6ef9d862306 (diff)
Remove trailing comma in JSON-LD
Fixes one issue reported to https://github.com/bul-ikana/hugo-cards/issues/12
-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 }}