Skip to content

Commit

Permalink
Add Mastodon verification link
Browse files Browse the repository at this point in the history
  • Loading branch information
prcr authored Dec 16, 2022
1 parent 001a119 commit 0855cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="me" href="https://masto.pt/@prcr" />

<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>

Expand All @@ -34,4 +35,4 @@
</div>

<div style="clear:both;"></div>
</div>
</div>

0 comments on commit 0855cc8

Please sign in to comment.