mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-07 15:51:20 +01:00
Fixed Mastodon link verification
This commit is contained in:
parent
37fd33a322
commit
8de9d471ba
@ -5,6 +5,13 @@
|
||||
<head>
|
||||
<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
|
||||
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user