diff options
Diffstat (limited to 'template/frame.html')
-rw-r--r-- | template/frame.html | 4 |
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"> |