summaryrefslogtreecommitdiff
path: root/template/frame.html
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-07-25 15:31:20 +0200
committeremkael <emkael@tlen.pl>2019-07-25 15:31:34 +0200
commit4d9a34d7a38533e9ff9808b83b011b3a00bde68f (patch)
tree4f7c0d3f7bc73027bf4163430f7f494d44c2ff1a /template/frame.html
parent941bf6bb283d8ef1189ee6c10113aa72e204ae1c (diff)
Attaching favicon to results pages
Fixes #6
Diffstat (limited to 'template/frame.html')
-rw-r--r--template/frame.html4
1 files changed, 4 insertions, 0 deletions
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 @@
<meta name="Generator" content="jfr-aus-butler">
<title>{{"PAGE_TITLE"|translate}}: {{"BUTLER"|translate}}, {{"ROUND"|translate}}{{round_no}}, {{"SEGMENT"|translate}}{{segment_no}}</title>
<link rel="stylesheet" type="text/css" href="css/kolorki.css">
+ {% if favicon %}
+ <link rel="shortcut icon" href="images/{{favicon}}" type="image/x-icon">
+ <link rel="icon" href="images/{{favicon}}" type="image/x-icon">
+ {% endif %}
</head>
<frameset cols="*,325" framespacing="0" border="0" frameborder="0">
<frame noresize name="polew" src="{{prefix}}normbutler{{round_no}}-{{segment_no}}.html">