 Issue 29643557:
  Issue 5442 - Add logo microdata to eyeo websites  (Closed) 
  Base URL: https://hg.adblockplus.org/web.eyeo.com
    
  
    Issue 29643557:
  Issue 5442 - Add logo microdata to eyeo websites  (Closed) 
  Base URL: https://hg.adblockplus.org/web.eyeo.com| Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> | 
| 2 <html lang="{{locale}}"> | 2 <html lang="{{locale}}"> | 
| 3 <head> | 3 <head> | 
| 4 {# HTML5 essentials #} | 4 {# HTML5 essentials #} | 
| 5 <meta charset="UTF-8" /> | 5 <meta charset="UTF-8" /> | 
| 6 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no" /> | 6 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scal e=1,user-scalable=no" /> | 
| 7 <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 7 <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 
| 8 | 8 | 
| 9 {# HTML5 meta #} | 9 {# HTML5 meta #} | 
| 10 <title>{{ title }} | eyeo GmbH</title> | 10 <title>{{ title }} | eyeo GmbH</title> | 
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 93 <div class="content-block"> | 93 <div class="content-block"> | 
| 94 <small> | 94 <small> | 
| 95 Adblock Plus™ and Acceptable Ads™ are registered trademarks of eyeo GmbH . | 95 Adblock Plus™ and Acceptable Ads™ are registered trademarks of eyeo GmbH . | 
| 96 </small> | 96 </small> | 
| 97 <div id="footer-links"> | 97 <div id="footer-links"> | 
| 98 {{"contact"|linkify}}Made with ♥ in Cologne</a> | 98 {{"contact"|linkify}}Made with ♥ in Cologne</a> | 
| 99 {{"privacy"|linkify}}Privacy Policy</a> | 99 {{"privacy"|linkify}}Privacy Policy</a> | 
| 100 </div> | 100 </div> | 
| 101 </div> | 101 </div> | 
| 102 </footer> | 102 </footer> | 
| 103 | |
| 104 <? include meta/microdata ?> | |
| 
juliandoucette
2017/12/18 13:21:59
Also, it looks like you put this here by mistake b
 
juliandoucette
2017/12/18 13:21:59
I think that we put scripts at the bottom of the b
 
ire
2017/12/20 08:25:59
Oops! Yes I previously had this file but since the
 
ire
2017/12/20 08:25:59
I agree that we don't *need* to, but is there a re
 
juliandoucette
2017/12/20 11:50:17
That's what I had in mind. Not a strong opinion. B
 
ire
2018/01/03 14:01:42
Done.
 | |
| 103 </body> | 105 </body> | 
| 104 | 106 | 
| 105 </html> | 107 </html> | 
| OLD | NEW |