| Index: includes/navbar.tmpl | 
| =================================================================== | 
| --- a/includes/navbar.tmpl | 
| +++ b/includes/navbar.tmpl | 
| @@ -12,15 +12,12 @@ | 
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
| # GNU General Public License for more details. | 
| # | 
| # You should have received a copy of the GNU General Public License | 
| # along with acceptableads.org.  If not, see <http://www.gnu.org/licenses/>. | 
| #} | 
|  | 
| <header id="navbar"> | 
| -  {{ "index" | linkify(id="navbar-logo") }} | 
| -    <h1 class="sr-only">{{ title | translate("document-title", "Document title") }}</h1> | 
| -    <img src="/img/png/logo-black.png" srcset="/img/png/logo-black.png, /img/svg/logo-black.svg 2x" aria-hidden="true"> | 
| -  </a> | 
| +  <h1 class="site-title">{{ "index" | linkify() }}Acceptable <strong>Ads</strong></a></h1> | 
| <a class="sr-only" href="#main">{{ 'Skip to main content' | translate('skip-to-main-content', 'Skip to main content link label (screen reader only)') }}</a> | 
| <a class="sr-only" href="#sidebar">{{ 'Skip to main navigation' | translate('skip-to-main-navigation', 'Skip to main navigation link label (screen reader only)') }}</a> | 
| </header> | 
|  |