Add Custom Pages feature

- Add config/pages directory
- Add new custom pages controller and route
- Add generated links in the footer
This commit is contained in:
Hypolite Petovan 2018-11-19 22:12:09 -05:00
commit e36805c206
7 changed files with 68 additions and 1 deletions

4
config/pages/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore