File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ function themeAsset($path){
49
49
<!-- This shows a preview for title, description and avatar image of users profiles if shared on social media sites -->
50
50
51
51
<!-- Facebook Meta Tags -->
52
- <meta property =" og:url" content =" {{ url (' ' ) } } /@ littlelink_name" >
52
+ <meta property =" og:url" content =" {{ url (' ' ) } } /{{ " @ " . $ littlelink_name } } " >
53
53
<meta property =" og:type" content =" website" >
54
54
<meta property =" og:title" content =" {{ $userinfo -> name } }" >
55
55
<meta property =" og:description" content =" {{ $userinfo -> littlelink_description } }" >
@@ -61,8 +61,8 @@ function themeAsset($path){
61
61
62
62
<!-- Twitter Meta Tags -->
63
63
<meta name =" twitter:card" content =" summary_large_image" >
64
- <meta property =" twitter:domain" content =" {{ url (' ' ) } } /@ littlelink_name" >
65
- <meta property =" twitter:url" content =" {{ url (' ' ) } } /@ littlelink_name" >
64
+ <meta property =" twitter:domain" content =" {{ url (' ' ) } } /{{ " @ " . $ littlelink_name } } " >
65
+ <meta property =" twitter:url" content =" {{ url (' ' ) } } /{{ " @ " . $ littlelink_name } } " >
66
66
<meta name =" twitter:title" content =" {{ $userinfo -> littlelink_name } }" >
67
67
<meta name =" twitter:description" content =" {{ $userinfo -> littlelink_description } }" >
68
68
@if (file_exists (base_path (" img/$littlelink_name " . " .png" )) )
@@ -324,4 +324,4 @@ function get_operating_system() {
324
324
@if (theme (' enable_custom_code' ) == " true" and theme (' enable_custom_body_end' ) == " true" and env (' ALLOW_CUSTOM_CODE_IN_THEMES' ) == ' true' )@include ($GLOBALS [' themeName' ] . ' .extra.custom-body-end' )@endif
325
325
326
326
</body >
327
- </html >
327
+ </html >
You can’t perform that action at this time.
0 commit comments