diff options
| author | horus | 2026-07-05 02:45:59 +0200 |
|---|---|---|
| committer | horus | 2026-07-05 02:45:59 +0200 |
| commit | 708cb5717c90bef85cdd28627c07eee94903be40 (patch) | |
| tree | 056104705e1950be7c054521fc3ba911f98c06fe /resources/views/about.blade.php | |
| parent | d76dc67a6cfadee8a56368cee4558b5b7fdb10df (diff) | |
| download | curious-708cb5717c90bef85cdd28627c07eee94903be40.tar.gz | |
Diffstat (limited to 'resources/views/about.blade.php')
| -rw-r--r-- | resources/views/about.blade.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 4d5e2fb..2b699e9 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -41,7 +41,8 @@ If you have feedback, want to report a bug, or just say hello, hit me up by e-ma <br> 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. -<h2>📈 Meanwhile: <strong>Stats!</strong></h2> +<h2 class="text-cinema-muted">📈 Meanwhile: <strong>Stats!</strong></h2> +<div class="card-text"> Indexed articles: <strong>{{ $count_articles }}</strong> <br> @@ -53,6 +54,7 @@ Sum of all upvotes: <strong>{{ $count_upvotes }} </strong> (...soo much interne <br> <br> Keep reading! +</div> <!-- |
