We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f1568 commit d030731Copy full SHA for d030731
templates/listing.gohtml
@@ -4,7 +4,11 @@
4
<head>
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>{{ .CurrentDirectory.Name }}</title>
7
+ {{ if .Cover }}
8
+ <link rel="icon" href="/stream/{{ .Cover.Path }}">
9
+ {{ else }}
10
<link rel="icon" href="data:,">
11
+ {{ end }}
12
{{/* SVG icons used in the stylesheet https://github.com/ionic-team/ionicons */}}
13
<link rel="stylesheet" href="/static/{{ .StaticVersion }}/style.css">
14
<script src="/static/{{ .StaticVersion }}/player.js"></script>
0 commit comments