diff options
Diffstat (limited to 'resources/views/layouts/footer.blade.php')
| -rw-r--r-- | resources/views/layouts/footer.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/layouts/footer.blade.php b/resources/views/layouts/footer.blade.php index 1f56b8e..5a8c6e8 100644 --- a/resources/views/layouts/footer.blade.php +++ b/resources/views/layouts/footer.blade.php @@ -12,7 +12,7 @@ <strong> <a href="{{ route('about') }}">About {{ env('APP_NAME') }}</a> <br> - <a href="https://mstdn.social/@MostDiscussed">Follow on Mastodon</a> + <a target="_blank" title="Follow on Mastodon {{ env('MASTODON_HANDLE') }}" href="{{ env('MASTODON_URL') }}">Follow on {!! file_get_contents(public_path() . "/img/mastodon.svg") !!} Mastodon</a> </strong> </div> </footer> |
