We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e018856 commit 074ef20Copy full SHA for 074ef20
resources/views/littlelink.blade.php
@@ -2,7 +2,11 @@
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
+ @if(env('HOME_URL') != '')
6
+ <title>{{ $userinfo->name }}</title>
7
+ @else
8
<title>{{ $userinfo->name }} 🔗 {{ config('app.name') }} </title>
9
+ @endif
10
<meta name="description" content="{{ $userinfo->littlelink_description }}">
11
<meta name="author" content="{{ $userinfo->name }}">
12
<meta name="viewport" content="width=device-width, initial-scale=1">
0 commit comments