fediversity_website/themes/nluug/layouts/partials/schemas/schema_Organization.html

9 lines
246 B
HTML
Raw Normal View History

<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Organization",
"url": "{{ .Site.BaseURL }}",
"logo": "{{ .Site.Params.logoHiRes | absURL | default .Site.Params.textEmptyValue }}"
}
</script>