File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
<meta property =" og:url" content =" {{ url (' ' ) } }" >
21
21
<meta property =" og:type" content =" website" >
22
22
<meta property =" og:title" content =" {{ env (' APP_NAME' )} }" >
23
- <meta property =" og:description" content =" {{ strip_tags ($userinfo -> littlelink_description ) } }" >
23
+ <meta property =" og:description" content =" {{ strip_tags ($message -> home_message ) } }" >
24
24
@if (file_exists (base_path (" assets/linkstack/images/" ). findFile (' avatar' )) )
25
25
<meta property =" og:image" content =" {{ asset (' assets/linkstack/images/' . findFile (' avatar' )) } }" >
26
26
@else
32
32
<meta property =" twitter:domain" content =" {{ url (' ' ) } }" >
33
33
<meta property =" twitter:url" content =" {{ url (' ' ) } }" >
34
34
<meta name =" twitter:title" content =" {{ env (' APP_NAME' )} }" >
35
- <meta name =" twitter:description" content =" {{ strip_tags ($userinfo -> littlelink_description ) } }" >
35
+ <meta name =" twitter:description" content =" {{ strip_tags ($message -> home_message ) } }" >
36
36
@if (file_exists (base_path (" assets/linkstack/images/" ). findFile (' avatar' )) )
37
37
<meta name =" twitter:image" content =" {{ asset (' assets/linkstack/images/' . findFile (' avatar' )) } }" >
38
38
@else
You can’t perform that action at this time.
0 commit comments