added footer on static pages

This commit is contained in:
clemkeirua 2020-03-23 17:56:40 +01:00 committed by GitHub Action
parent a34b45e4f4
commit b4160e7554
4 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,6 @@
- content_for(:title, 'Accessibilité')
- content_for :footer do
= render partial: "root/footer"
.accessibilite

View file

@ -1,4 +1,6 @@
- content_for(:title, 'Suivi')
- content_for :footer do
= render partial: "root/footer"
.suivi
%h1.new-h1 Cookies déposés et configuration du suivi

View file

@ -1,4 +1,6 @@
- content_for(:title, 'Statistiques')
- content_for :footer do
= render partial: "root/footer"
.statistiques
-# Load Chartkick lazily, by using our React lazy-loader.

View file

@ -1,4 +1,6 @@
- content_for(:title, 'Contact')
- content_for :footer do
= render partial: "root/footer"
#contact-form
.container