This commit is contained in:
parent
0de1f74f75
commit
08562cd130
2 changed files with 5 additions and 0 deletions
|
@ -58,3 +58,6 @@ columns:
|
|||
type: text
|
||||
keywords:
|
||||
type: tags
|
||||
fediverseHandle:
|
||||
label: Fediverse Handle
|
||||
type: text
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue