diff options
author | Chris Mytton <chrismytton@gmail.com> | 2019-12-06 10:20:25 +0000 |
---|---|---|
committer | Chris Mytton <chrismytton@gmail.com> | 2019-12-06 10:20:25 +0000 |
commit | 939a3ccb6696021bf0cd26b26fa863fac333e332 (patch) | |
tree | 724a05d4b7f1cd46f15ad380f6ea9fd664ad6e59 | |
parent | 4ce7121b8f06c07d8ba2aefd81a6b7089b0b35f6 (diff) |
[Peterborough] Add link tag referencing custom favicon.ico
Without this it won't use the custom favicon.ico file.
-rw-r--r-- | templates/web/peterborough/header_extra.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/peterborough/header_extra.html b/templates/web/peterborough/header_extra.html index 4aa99dd3c..2dc38b336 100644 --- a/templates/web/peterborough/header_extra.html +++ b/templates/web/peterborough/header_extra.html @@ -1,2 +1,3 @@ [% INCLUDE 'tracking_code.html' %] <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:900,400,700,300,100"> +<link rel="shortcut icon" type="image/x-icon" href="/cobrands/peterborough/favicon.ico"> |