|
@@ -3,15 +3,15 @@
|
|
<head>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
- <title>{{hostname}} File Share</title>
|
|
|
|
|
|
+ <title>{{filename}} - {{hostname}} File Share</title>
|
|
|
|
|
|
- <meta name="description" content="You got a file shared from {{hostname}}">
|
|
|
|
|
|
+ <meta name="description" content="File shared from {{hostname}}">
|
|
|
|
|
|
<!-- Facebook Meta Tags -->
|
|
<!-- Facebook Meta Tags -->
|
|
<meta property="og:url" content="{{requri}}">
|
|
<meta property="og:url" content="{{requri}}">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="{{filename}}">
|
|
<meta property="og:title" content="{{filename}}">
|
|
- <meta property="og:description" content="{{hostname}} File Share">
|
|
|
|
|
|
+ <meta property="og:description" content="File shared from {{hostname}}">
|
|
<meta property="og:image" content="{{opg_image}}">
|
|
<meta property="og:image" content="{{opg_image}}">
|
|
|
|
|
|
<!-- Twitter Meta Tags -->
|
|
<!-- Twitter Meta Tags -->
|
|
@@ -19,7 +19,7 @@
|
|
<meta property="twitter:domain" content="{{host}}">
|
|
<meta property="twitter:domain" content="{{host}}">
|
|
<meta property="twitter:url" content="{{requri}}">
|
|
<meta property="twitter:url" content="{{requri}}">
|
|
<meta name="twitter:title" content="{{filename}}">
|
|
<meta name="twitter:title" content="{{filename}}">
|
|
- <meta name="twitter:description" content="{{hostname}} File Share">
|
|
|
|
|
|
+ <meta name="twitter:description" content="File shared from {{hostname}}">
|
|
<meta name="twitter:image" content="{{opg_image}}">
|
|
<meta name="twitter:image" content="{{opg_image}}">
|
|
|
|
|
|
|
|
|