diff options
author | Emma Humphries ☕️ +needinfo me <ehumphries@mozilla.com> | 2017-02-06 21:02:33 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-02-06 21:02:33 +0100 |
commit | 5f85ad49391ba430dd13589a75a5c54234d0eed1 (patch) | |
tree | 30e541fcae7de54230a4e2f2dd5c26afc223fabe | |
parent | fd01bab71562adc79c1f67d89b097caaf85a4853 (diff) | |
download | bugzilla-5f85ad49391ba430dd13589a75a5c54234d0eed1.tar.gz bugzilla-5f85ad49391ba430dd13589a75a5c54234d0eed1.tar.xz |
Bug 1336659 - Remove og:image meta tag from bug detail page
-rw-r--r-- | extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/OpenGraph/web/bugzilla.png | bin | 17036 -> 0 bytes | |||
-rw-r--r-- | extensions/OpenGraph/web/moz-social-bw-rgb-32x32.png | bin | 0 -> 3546 bytes |
3 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 %]"> diff --git a/extensions/OpenGraph/web/bugzilla.png b/extensions/OpenGraph/web/bugzilla.png Binary files differdeleted file mode 100644 index 55ee01210..000000000 --- a/extensions/OpenGraph/web/bugzilla.png +++ /dev/null diff --git a/extensions/OpenGraph/web/moz-social-bw-rgb-32x32.png b/extensions/OpenGraph/web/moz-social-bw-rgb-32x32.png Binary files differnew file mode 100644 index 000000000..be9e2e067 --- /dev/null +++ b/extensions/OpenGraph/web/moz-social-bw-rgb-32x32.png |