From c93587f025cf30c772492ede6a7739af1b3d535d Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Mon, 9 Jul 2018 12:37:16 +0200 Subject: [PATCH] Make sure all titles contain 'ivatar' and correct the site branding --- templates/base.html | 19 +++++++++++++++---- templates/home.html | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index 3761208..4a3d3ba 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ {% spaceless %}{% block bootstrap4_content %} {% block bootstrap4_extra_head %} {% include 'header.html' %} -{% block title %}Libravatar - {% trans 'Freeing the Web, one face at a time!' %}{% endblock title %} +iVatar :: {% block title %}{% trans 'Freeing the Web, one face at a time!' %}{% endblock title %} {% endblock bootstrap4_extra_head %}