Update meta tags

This commit is contained in:
2021-04-20 16:36:58 +02:00
parent e78b042691
commit 7258a8a039
3 changed files with 63 additions and 60 deletions

View File

@@ -5,7 +5,9 @@
<title>{{.Title}}</title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
{{template "user_style" .}}
{{ template "opengraph" .OGData }}
{{ template "user_style" . }}
<link rel="icon" sizes="32x32" href="/res/img/pixeldrain_32.png" />
<link rel="icon" sizes="128x128" href="/res/img/pixeldrain_128.png" />
@@ -20,11 +22,9 @@
<meta name="theme-color" content="#75AD38"/>
<style>
{{template `viewer.css`}}
{{template `modal.css`}}
{{ template `viewer.css` }}
{{ template `modal.css` }}
</style>
{{ template "opengraph" .OGData }}
</head>
<body>
@@ -208,7 +208,7 @@
</div>
</div>
{{ else }}
<a class="sponsors_banner" style="display: inline-block; width: 728px; height: 90px;" href="https://brave.com/pix009">
<a class="sponsors_banner" style="display: inline-block; width: 728px; height: 90px;" href="/click/MdUXxSov?target=https%3A%2F%2Fbrave.com%2Fpix009">
<img src="/res/img/misc/brave-728x90.png" style="width: 100%; height: 100%" />
</a>
{{ end }}