add comments.js

This commit is contained in:
zrose584
2020-10-07 19:03:22 +02:00
parent 9123d9a6cf
commit debc11931f
9 changed files with 93 additions and 19 deletions

View File

@@ -25,6 +25,7 @@ theme_names = {
def inject_theme_preference():
return {
'theme_path': '/youtube.com/static/' + theme_names[settings.theme] + '.css',
'settings': settings,
}
@yt_app.template_filter('commatize')