mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-17 20:41:00 +01:00
Fixed Mastodon link verification
This commit is contained in:
parent
37fd33a322
commit
8de9d471ba
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user