Browse Source

Ajout d'un footer

François 6 years ago
parent
commit
b165b3e0d8
1 changed files with 6 additions and 3 deletions
  1. 6 3
      app/Resources/views/base.html.twig

+ 6 - 3
app/Resources/views/base.html.twig

@@ -95,9 +95,12 @@
 
 			</main>
 
-			<footer>
-				{% block footer %}
-				{% endblock %}
+			<footer class="footer">
+				<div class="container text-center">
+					<span class="text-muted small">Cette application est développée en Symfony 3.4 - Code disponible sur <a href="https://gogs.fdlibre.eu/sangfroid/films">Gogs</a></span>
+				</div>
+                {% block footer %}
+                {% endblock %}
 			</footer>
 
 		</div>