changeset 74113f8b5344 in bugs.tryton.org:default
details: https://hg.tryton.org/bugs.tryton.org?cmd=changeset;node=74113f8b5344
description:
Manage favicon at nginx level
diffstat:
html/favicon.ico | Bin
html/page.html | 1 -
2 files changed, 0 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 3a2b7db72f41 -r 74113f8b5344 html/favicon.ico
Binary file html/favicon.ico has changed
diff -r 3a2b7db72f41 -r 74113f8b5344 html/page.html
--- a/html/page.html Sat Feb 16 23:34:13 2019 +0100
+++ b/html/page.html Sat Feb 16 23:39:15 2019 +0100
@@ -4,7 +4,6 @@
<html>
<head>
<title metal:define-slot="head_title">title goes here</title>
-<link rel="shortcut icon" href="@@file/favicon.ico" />
<link rel="stylesheet" type="text/css" href="@@file/style.css">
<meta http-equiv="Content-Type"
tal:attributes="content string:text/html;; charset=${request/client/charset}"
/>