mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +00:00
Move title from header to base, so extend from other templates will correctly set the title
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
{% load static %}
|
||||
{% load bootstrap4 %}
|
||||
{% load i18n %}<!DOCTYPE HTML>
|
||||
{% block bootstrap4_extra_head %}{% include 'header.html' %}{% endblock bootstrap4_extra_head %}
|
||||
{% spaceless %}{% block bootstrap4_content %}
|
||||
{% block bootstrap4_extra_head %}
|
||||
{% include 'header.html' %}
|
||||
<title>{% block title %}Libravatar - {% trans 'Freeing the Web, one face at a time!' %}{% endblock title %}</title>
|
||||
{% endblock bootstrap4_extra_head %}
|
||||
<div id="header">
|
||||
<div>
|
||||
<div id="logo">
|
||||
|
||||
@@ -26,5 +26,4 @@
|
||||
<meta name="application-name" content="ivatar">
|
||||
<meta name="theme-color" content="#fa711f">
|
||||
<meta name="flattr:id" content="4j6y0v">
|
||||
<title>{% block title %}ivatar - {% trans 'Freeing the Web, one face at a time!' %}{% endblock title %}</title>
|
||||
{% block header %}{% endblock header %}
|
||||
|
||||
Reference in New Issue
Block a user