-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitem.tpl.html
36 lines (32 loc) · 1.4 KB
/
item.tpl.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html style="background-color:#{{color}};">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-12312912-16"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-12312912-16');
</script>
<meta charset="utf-8" />
<title>{{title}} by {{artist}}</title>
<link rel="shortcut icon" type="image/png" href="/img/favicon128.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="description" content="{{h3}}">
<meta name="theme-color" content="#d21888">
<meta name="msapplication-tap-highlight" content="no">
<link rel="canonical" href="https://lazerbea.ms/{{no}}">
<!-- Open Graph data -->
<meta property="og:title" content="{{title}} by {{artist}} //LAZERBEA.MS" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://lazerbea.ms/{{no}}" />
<meta property="og:image" content="https://lazerbea.ms/img/catalog/{{no}}.jpg" />
<meta property="og:description" content="{{h3}}" />
</head>
<body style="background-color:#{{color}};">
<script>
window.location.replace('/#{{no}}');
</script>
</body>
</html>