Skip to content

Commit 8de9d47

Browse files
committed
Fixed Mastodon link verification
1 parent 37fd33a commit 8de9d47

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/views/littlelink.blade.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
<head>
66
<meta charset="utf-8">
77

8+
{{-- Mastodon re="me" link --}}
9+
@foreach($links as $link)
10+
@if($link->name === "mastodon")
11+
<link href="{{$link->link}}" rel="me">
12+
@endif
13+
@endforeach
14+
815
@foreach($information as $info) @php $GLOBALS['themeName'] = $info->theme; @endphp @endforeach
916

1017
<?php

0 commit comments

Comments
 (0)