summaryrefslogtreecommitdiffstats
path: root/extensions/OpenGraph/template
diff options
context:
space:
mode:
authorEmma Humphries ☕️ +needinfo me <ehumphries@mozilla.com>2017-02-06 21:02:33 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-02-06 21:02:33 +0100
commit5f85ad49391ba430dd13589a75a5c54234d0eed1 (patch)
tree30e541fcae7de54230a4e2f2dd5c26afc223fabe /extensions/OpenGraph/template
parentfd01bab71562adc79c1f67d89b097caaf85a4853 (diff)
downloadbugzilla-5f85ad49391ba430dd13589a75a5c54234d0eed1.tar.gz
bugzilla-5f85ad49391ba430dd13589a75a5c54234d0eed1.tar.xz
Bug 1336659 - Remove og:image meta tag from bug detail page
Diffstat (limited to 'extensions/OpenGraph/template')
-rw-r--r--extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl b/extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl
index 625c5a1b9..10f501965 100644
--- a/extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl
+++ b/extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl
@@ -8,6 +8,6 @@
[% USE Bugzilla %]
<meta property="og:type" content="website">
-<meta property="og:image" content="[% urlbase FILTER none %]extensions/OpenGraph/web/bugzilla.png">
+<meta property="og:image" content="[% urlbase FILTER none %]extensions/OpenGraph/web/moz-social-bw-rgb-32x32.png">
<meta property="og:title" content="[% title FILTER none %]">
<meta property="og:url" content="[% Bugzilla.cgi.self_url FILTER html %]">