We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a525668 commit 810fdacCopy full SHA for 810fdac
1 file changed
templates/base.html
@@ -25,7 +25,7 @@
25
<link rel="search" type="application/opensearchdescription+xml" title="Search Redlib" href="/opensearch.xml">
26
<!-- PWA Manifest -->
27
<link rel="manifest" type="application/json" href="/manifest.json">
28
- <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
+ <link rel="icon" type="image/x-icon" href="/favicon.ico">
29
<link rel="stylesheet" type="text/css" href="/style.css?v={{ env!("CARGO_PKG_VERSION") }}">
30
<!-- Video quality -->
31
<div id="video_quality" data-value="{{ prefs.video_quality }}"></div>
0 commit comments