From a57d206f3c7dcf20686eb46c27eebbe8aae1f38a Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Wed, 13 Apr 2022 13:05:01 +0200 Subject: [PATCH] Now displaying profile name as title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User's profile names are now used as the title and heading for their LittleLink pages. Previously the '@name' was used for this, so for example the page name x.com/@admin is now not tied to the @admin part anymore, so a space could be used in the name for example. See an example of this here: https://i.imgur.com/iBS8Hsm.png --- resources/views/littlelink.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/littlelink.blade.php b/resources/views/littlelink.blade.php index c9f1960..a3a933b 100644 --- a/resources/views/littlelink.blade.php +++ b/resources/views/littlelink.blade.php @@ -13,7 +13,7 @@ - + @if(file_exists(base_path("img/$littlelink_name" . ".png" ))) @@ -185,7 +185,7 @@ function get_operating_system() { @foreach($information as $info) -
{{ $info->littlelink_description }}