1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2025-09-09 16:05:39 +02:00

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/.gitignore vendored
View file

@ -1,4 +1,6 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
!.gitignore
# And the pages subdirectory
!pages

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

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