|
@@ -5,7 +5,7 @@
|
|
|
<head>
|
|
|
<meta charset="utf-8" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
- <title>{% block title %}COIN - {{ branding.shortname|capfirst }} SI{% endblock %}</title>
|
|
|
+ <title>{% block title %}{{ SITE_TITLE }}{% endblock %}</title>
|
|
|
<link rel="stylesheet" href="{% static "css/foundation.css"%}" />
|
|
|
<link rel="stylesheet" href="{% static "css/font-awesome.min.css"%}" />
|
|
|
<link rel="stylesheet" href="{% static "css/local.css" %}" />
|
|
@@ -34,7 +34,7 @@
|
|
|
<div class="show-for-medium-up">
|
|
|
<div class="row">
|
|
|
<div class="large-12">
|
|
|
- <h1><a href="{% url 'home' %}">COIN est un Outil pour un Internet Neutre</a></h1>
|
|
|
+ <h1><a href="{% url 'home' %}">{{ SITE_HEADER }}</a></h1>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|