trwnh.com/unified.test.hugo/layouts/partials/head/webpage.html
2024-11-13 11:24:48 -06:00

15 lines
No EOL
377 B
HTML

{{- "<!-- webpage metadata -->" | safeHTML }}
<meta property="og:type" content="website" />
<script defer type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"name": {{ .Title }},
"url": {{ .Permalink }},
"description": {{ (or .Description .Summary) | plainify }},
"image": {
"@type": "ImageObject",
"url": "TODO: fixme"
}
}
</script>