We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d04f53 commit 55be7c2Copy full SHA for 55be7c2
layouts/partials/extended_head.html
@@ -5,8 +5,8 @@
5
6
<meta name="naver-site-verification" content="8b94634fcdf2a0e1f740932bcbcabfd3099019c5" />
7
8
+{{ if eq .Section "posts" }}
9
<script type="application/ld+json">
-{{- if eq .Section "posts" -}}
10
{
11
"@context": "https://schema.org",
12
"@type": "BlogPosting",
@@ -26,8 +26,10 @@
26
},
27
"description": {{ .Summary | plainify | safeHTML }},
28
"keywords": [{{ range $i, $e := .Params.tags }}{{ if $i }}, {{ end }}{{ $e }}{{ end }}]
29
-},
30
-{{- end -}}
+}
+</script>
31
+{{ end }}
32
+<script type="application/ld+json">
33
34
35
"@type": "Organization",
0 commit comments