From 5f921de946c57235b28df8051a552928369e59e5 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 16 Nov 2019 21:02:49 +0100 Subject: Favicon support --- jfr_playoff/template.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'jfr_playoff/template.py') diff --git a/jfr_playoff/template.py b/jfr_playoff/template.py index a76ebcd..936a051 100644 --- a/jfr_playoff/template.py +++ b/jfr_playoff/template.py @@ -176,6 +176,7 @@ class PlayoffTemplateStrings(object): %s + %s %s @@ -186,6 +187,10 @@ class PlayoffTemplateStrings(object): ''' + PAGE_HEAD_FAVICON = ''' + + ''' + PAGE_BODY = ''' %s -- cgit v1.2.3