Author: Annika Backstrom (abackstrom)
Committer: GitHub (web-flow)
Pusher: ramsey
Date: 2023-11-23T12:50:13-06:00

Commit: 
https://github.com/php/web-php/commit/e7d92c25991b6a69f97c3ab058ed592587690cbe
Raw diff: 
https://github.com/php/web-php/commit/e7d92c25991b6a69f97c3ab058ed592587690cbe.diff

Add rel=me verification link for Mastodon (#833)

Changed paths:
  M  index.php


Diff:

diff --git a/index.php b/index.php
index f3efb4a36c..8a6369445f 100644
--- a/index.php
+++ b/index.php
@@ -164,6 +164,8 @@
 
 <meta property="og:image" content="{$meta_image_path}" />
 <meta property="og:description" content="$meta_description" />
+
+<link href="https://fosstodon.org/@php"; rel="me" />
 META
     ]
 );

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to