Add fediverse creator meta tag
All checks were successful
Deploy / deploy (push) Successful in 3s

This commit is contained in:
Marcel Kapfer 2024-10-15 15:45:06 +02:00
parent 0de1f74f75
commit 08562cd130
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
2 changed files with 5 additions and 0 deletions

View file

@ -58,3 +58,6 @@ columns:
type: text
keywords:
type: tags
fediverseHandle:
label: Fediverse Handle
type: text

View file

@ -39,6 +39,8 @@
<meta property="og:article:tag" content="<?= $page->tags() ?>" />
<?php endif ?>
<meta name="fediverse:creator" content="<?= $site->fediverseHandle() ?>" />
<script data-goatcounter="https://<?= option('analytics.goatcounter') ?>/count" async src="https://<?= option('analytics.goatcounter') ?>/count.js"></script>
</head>
<body>