changeset 284:1a103b073c72 default tip

make favicon url host and schema relative.
author casties
date Thu, 25 Jun 2015 17:44:57 +0200
parents 37b89e8a8828
children
files zpt/www/main_template.zpt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zpt/www/main_template.zpt	Thu Jun 25 13:43:50 2015 +0200
+++ b/zpt/www/main_template.zpt	Thu Jun 25 17:44:57 2015 +0200
@@ -24,7 +24,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title metal:define-slot="title">Max Planck Institute for the History of Science</title>
 <link rel="stylesheet" type="text/css" tal:attributes="href string:$root/mpiwg_css" />
-<link rel="shortcut icon" href="http://www.mpiwg-berlin.mpg.de/favicon.ico" />
+<link rel="shortcut icon" href="/favicon.ico" />
 <script type="text/javascript" tal:attributes="src string:$root/jquery_js"></script>
 <script type="text/javascript" tal:attributes="src string:$root/mpiwg_js"></script>
 <!-- Piwik -->