From 738e7ab2351dbf4a1403233d6d6e488d7ee78599 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 28 May 2022 16:21:39 -0700 Subject: [PATCH] Add favicon link to all HTML templates. --- frontends/ycdl_flask/templates/channel.html | 1 + frontends/ycdl_flask/templates/channels.html | 1 + frontends/ycdl_flask/templates/root.html | 1 + 3 files changed, 3 insertions(+) diff --git a/frontends/ycdl_flask/templates/channel.html b/frontends/ycdl_flask/templates/channel.html index 00606a3..023439c 100644 --- a/frontends/ycdl_flask/templates/channel.html +++ b/frontends/ycdl_flask/templates/channel.html @@ -5,6 +5,7 @@ {{channel.name}} + diff --git a/frontends/ycdl_flask/templates/channels.html b/frontends/ycdl_flask/templates/channels.html index 1f24e5b..aceb3b7 100644 --- a/frontends/ycdl_flask/templates/channels.html +++ b/frontends/ycdl_flask/templates/channels.html @@ -5,6 +5,7 @@ Channels + diff --git a/frontends/ycdl_flask/templates/root.html b/frontends/ycdl_flask/templates/root.html index 947ce25..ae1d36f 100644 --- a/frontends/ycdl_flask/templates/root.html +++ b/frontends/ycdl_flask/templates/root.html @@ -4,6 +4,7 @@ YCDL +