trwnh.com/unified.test.hugo/layouts/partials/head/webpage.html

15 lines
377 B
HTML
Raw Normal View History

2024-11-13 17:24:48 +00:00
{{- "<!-- 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>