templates: download: force css to point to https
This commit is contained in:
parent
4196258cc4
commit
3c5aa3d575
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="{{ if .IsTLS }}https{{ else }}http{{ end }}://{{ .AppURL }}/static/static/css/pico.min.css">
|
||||
<link rel="stylesheet" href="https://{{ .AppURL }}/static/static/css/pico.min.css">
|
||||
<script src="https://unpkg.com/htmx.org@1.9.5"></script>
|
||||
<title>YT Download</title>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user