aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates/base.html')
-rw-r--r--youtube/templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube/templates/base.html b/youtube/templates/base.html
index 393cc52..d90c61f 100644
--- a/youtube/templates/base.html
+++ b/youtube/templates/base.html
@@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline' 'unsafe-eval'; media-src 'self' blob: {{ app_url }}/* data: https://*.googlevideo.com; {{ "img-src 'self' https://*.googleusercontent.com https://*.ggpht.com https://*.ytimg.com;" if not settings.proxy_images else "" }}">
<title>{{ page_title }}</title>
- <link title="YT Local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml">
+ <link title="Biswa's Youtube" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml">
<link href="/youtube.com/static/favicon.ico" type="image/x-icon" rel="icon">
<link href="/youtube.com/static/normalize.css" rel="stylesheet">
<link href="{{ theme_path }}" rel="stylesheet">
@@ -31,7 +31,7 @@
<body>
<header class="header">
<nav class="home">
- <a href="/youtube.com" id="home-link">YT Local</a>
+ <a href="/youtube.com" id="home-link">Biswa's Youtube</a>
</nav>
<form class="form" id="site-search" action="/youtube.com/results">
<input type="search" name="search_query" class="search-box" value="{{ search_box_value }}"
@@ -157,7 +157,7 @@
</main>
<footer class="footer">
<div>
- <a href="https://git.sr.ht/~heckyel/yt-local"
+ <a href="https://git.surgot.in/yt-local"
rel="noopener noreferrer" target="_blank">
Released under the AGPLv3 or later
</a>