From 4d9a34d7a38533e9ff9808b83b011b3a00bde68f Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 25 Jul 2019 15:31:20 +0200 Subject: Attaching favicon to results pages Fixes #6 --- template/frame.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/frame.html') diff --git a/template/frame.html b/template/frame.html index e1b7398..a3f1d3c 100644 --- a/template/frame.html +++ b/template/frame.html @@ -9,6 +9,10 @@ {{"PAGE_TITLE"|translate}}: {{"BUTLER"|translate}}, {{"ROUND"|translate}}{{round_no}}, {{"SEGMENT"|translate}}{{segment_no}} + {% if favicon %} + + + {% endif %} -- cgit v1.2.3