aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/base.html
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-06-14 18:39:03 -0500
committerJesús <heckyel@hyperbola.info>2021-06-14 18:39:03 -0500
commitfc8a23099d205cdfae44e6745a2d022284c2b60c (patch)
tree815c96de33956e6f7913889ffeb7eb98b8af1f6d /youtube/templates/base.html
parent999173b1ba43f4535b6507e10c8cba2c01d2180f (diff)
downloadyt-local-fc8a23099d205cdfae44e6745a2d022284c2b60c.tar.lz
yt-local-fc8a23099d205cdfae44e6745a2d022284c2b60c.tar.xz
yt-local-fc8a23099d205cdfae44e6745a2d022284c2b60c.zip
Fix shared.css file style missing
Diffstat (limited to 'youtube/templates/base.html')
-rw-r--r--youtube/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/templates/base.html b/youtube/templates/base.html
index 012151f..f78d1b0 100644
--- a/youtube/templates/base.html
+++ b/youtube/templates/base.html
@@ -9,6 +9,7 @@
<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"/>
+ <link href="/youtube.com/shared.css" rel="stylesheet">
{% block style %}
{{ style }}
{% endblock %}