diff options
author | emkael <emkael@tlen.pl> | 2019-07-25 15:31:20 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-07-25 15:31:34 +0200 |
commit | 4d9a34d7a38533e9ff9808b83b011b3a00bde68f (patch) | |
tree | 4f7c0d3f7bc73027bf4163430f7f494d44c2ff1a /template/table.html | |
parent | 941bf6bb283d8ef1189ee6c10113aa72e204ae1c (diff) |
Attaching favicon to results pages
Fixes #6
Diffstat (limited to 'template/table.html')
-rw-r--r-- | template/table.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/table.html b/template/table.html index 8dceb2a..e6e3d77 100644 --- a/template/table.html +++ b/template/table.html @@ -10,6 +10,10 @@ <meta name="Generator" content="jfrteamy-aus-butler"> <title>{{"PAGE_TITLE"|translate}}: {{"BUTLER"|translate}}</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 %} <script type="text/javascript" src="sklady/myAjax.js"></script> </head> <body class="all"> |