Sitecof : Affiche titre des pages dans <title>
This commit is contained in:
parent
8f4e3bb048
commit
24eaaa277f
1 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{% block title %}{% trans "Association des élèves de l'ENS Ulm" %}{% endblock %}</title>
|
||||
<title>{% block title %}
|
||||
{% if page.seo_title %}
|
||||
{{ page.seo_title }} |
|
||||
{% elif page.title %}
|
||||
{{ page.title }} |
|
||||
{% endif %}
|
||||
{% trans "Association des élèves de l'ENS Ulm" %}
|
||||
{% endblock %}</title>
|
||||
<link rel="stylesheet" type="text/css" href="{% static "fonts/CarterOne/carterOne.css" %}"/>
|
||||
<link rel="stylesheet" type="text/css" href="{% static "fonts/SourceSansPro/sourceSansPro.css" %}"/>
|
||||
<link rel="stylesheet" type="text/css" href="{% static "cofcms/css/screen.css" %}"/>
|
||||
|
|
Loading…
Reference in a new issue