summaryrefslogtreecommitdiff
path: root/src/web/_views/head.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-03-03 04:21:09 +0000
committerFreya Murphy <freya@freyacat.org>2026-03-03 04:21:09 +0000
commit67479c967198f2c054b2631d2826956d44ba16f6 (patch)
tree45f4c9fb99802d6ec025c7de697621b20835cc8f /src/web/_views/head.php
parentdo cache blog index page (diff)
downloadwebsite-67479c967198f2c054b2631d2826956d44ba16f6.tar.gz
website-67479c967198f2c054b2631d2826956d44ba16f6.tar.bz2
website-67479c967198f2c054b2631d2826956d44ba16f6.zip
add fediverse links
Diffstat (limited to 'src/web/_views/head.php')
-rw-r--r--src/web/_views/head.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/_views/head.php b/src/web/_views/head.php
index b993489..c8c4ee0 100644
--- a/src/web/_views/head.php
+++ b/src/web/_views/head.php
@@ -28,6 +28,7 @@
<meta property="og:title" content="<?=$title?>">
<meta property="og:site_name" content="<?=CONFIG['domain']?>">
<meta property="og:image" content="<?=$this->get_url('public/icons/logo640.png', TRUE)?>">
+ <meta name="fediverse:creator" content="@freya@freya.cat">
<title><?=$title?></title>
<link rel="icon" type="image/png" sizes="16x16" href="<?=$this->get_url("public/icons/logo16.png", TRUE)?>">
<link rel="icon" type="image/png" sizes="32x32" href="<?=$this->get_url("public/icons/logo32.png", TRUE)?>">