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.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 %}