diff options
Diffstat (limited to 'resources/views/about.blade.php')
| -rw-r--r-- | resources/views/about.blade.php | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 14b62dc..b8547f2 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -4,15 +4,6 @@ html { height: 100%; } -.hn { - display: inline-block; - font-size: inherit; - height: 1em; - overflow: visible; - vertical-align: -.125em; - fill: #ff6600; -} - @endsection @section('content') @@ -48,7 +39,7 @@ If you have feedback, want to report a bug or just say hello, hit me up by e-mai <br> <br> -You can now also follow on Mastodon <a href="https://mstdn.social/@MostDiscussed" target=_blank>@MostDiscussed</a>. +You can now also follow on Mastodon <a title="Follow on Mastodon {{ env('MASTODON_HANDLE') }}" href="{{ env('MASTODON_URL') }}" target=_blank>{!! file_get_contents(public_path() . "/img/mastodon.svg") !!} @MostDiscussed</a> to stay up to date. <!-- I was curious what HN may find interesting, so I used upvoted or discussed articles from Wikipedia as a proxy and build this. All articles are <a href="{{ route('popular_topics') }}">structured and categorized</a> to get a better overview. Unsurprisingly <a href="{{ route('topic', 'computing') }}">computing</a> was on the top, but then it might get interesting. |
