OLD | NEW |
(Empty) | |
| 1 <header id="site-header" class="navbar"> |
| 2 <div class="navbar-wrapper"> |
| 3 <h1 class="site-title"> |
| 4 {{ "index" | linkify() }} |
| 5 <img src="/img/png/eyeo-help.png" srcset="/img/svg/eyeo-help.svg 2x" alt
="{{ "eyeo Help" | translate("site-title", "Image alt text") }}"> |
| 6 </a> |
| 7 </h1> |
| 8 <button id="toggle-search-form" class="unstyled tablet-and-mobile-only"> |
| 9 <img src="/img/png/search-icon.png" srcset="/img/svg/search-icon.svg 2x" a
lt="{{ "Toggle Search Bar" | translate("search-toggle-alt", "Image alt text") }}
"> |
| 10 </button> |
| 11 <div id="site-search"> |
| 12 <? include search-form ?> |
| 13 <nav id="product-website-link"> |
| 14 <a href="https://adblockplus.org/"> |
| 15 {{ "Adblock Plus" | translate("abp-product-link", "Link") }} |
| 16 <img src="/img/png/external-icon.png" srcset="/img/svg/external-icon.s
vg 2x" alt="{{ "External link icon" | translate("external-link-icon", "Image alt
text") }}"> |
| 17 </a> |
| 18 </nav> |
| 19 </div> |
| 20 </div> |
| 21 </header> |
OLD | NEW |