Revert "use a static footer block instead of a dynamic one"
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 15 Jul 2019 18:39:32 +0000 (14:39 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 15 Jul 2019 18:39:32 +0000 (14:39 -0400)
commitf70e6dfb354ed601131e23a7a46e5f0035e536b2
tree59ee3b83daf8ab01102a85ccbe965aabcc0fd76b
parent53a1c250911414ee45e983a4f6020c84fa625991
Revert "use a static footer block instead of a dynamic one"

This reverts commit 31fd2207757495e4a40089582b6488c19f8ab92d.

Bringing back the dynamic footer.

There are some advantages to having a dynamic footer, the supposed
advantages of using a static footer were not all that great, and the
Drupal bug that caused errors due to the missing footer are all reasons
to switch back to the dynamic footer.
modules/footer/css/footer.css [new file with mode: 0644]
modules/footer/footer.info.yml [new file with mode: 0644]
modules/footer/footer.libraries.yml [new file with mode: 0644]
modules/footer/footer.module [new file with mode: 0644]
modules/footer/js/footer.js [new file with mode: 0644]
modules/footer/src/Plugin/Block/FooterBlock.php [new file with mode: 0644]
modules/footer/templates/footer.html.twig [new file with mode: 0644]