Fixed Mastodon link verification

This commit is contained in:
Julian Prieber 2023-07-10 19:53:55 +02:00
parent 37fd33a322
commit 8de9d471ba
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
{{-- Mastodon re="me" link --}}
@foreach($links as $link)
@if($link->name === "mastodon")
<link href="{{$link->link}}" rel="me">
@endif
@endforeach
@foreach($information as $info) @php $GLOBALS['themeName'] = $info->theme; @endphp @endforeach @foreach($information as $info) @php $GLOBALS['themeName'] = $info->theme; @endphp @endforeach
<?php <?php