diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-12-26 19:37:15 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-12-26 19:37:15 -0800 |
commit | fcbd8ebef6f4b3648f9b04cb8b7788fed4aeb719 (patch) | |
tree | 73625c7c9a30c742c76cb055219ab6be9d959a99 /yt_basic_template.html | |
parent | dfbd7778d10c15cf2e12e9007beba5458a3f3ab1 (diff) | |
download | yt-local-fcbd8ebef6f4b3648f9b04cb8b7788fed4aeb719.tar.lz yt-local-fcbd8ebef6f4b3648f9b04cb8b7788fed4aeb719.tar.xz yt-local-fcbd8ebef6f4b3648f9b04cb8b7788fed4aeb719.zip |
Added account selection to comment boxes
Diffstat (limited to 'yt_basic_template.html')
-rw-r--r-- | yt_basic_template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_basic_template.html b/yt_basic_template.html index d258c96..6226a68 100644 --- a/yt_basic_template.html +++ b/yt_basic_template.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>$page_title</title> <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> + <link href="/youtube.com/comments.css" type="text/css" rel="stylesheet"> <link href="/youtube.com/favicon.ico" type="image/x-icon" rel="icon"> <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> <style type="text/css"> |