Moved Change Log item menu to footer, added new picture
This commit is contained in:
parent
e9c96371c5
commit
b6cd258e8e
5 changed files with 4 additions and 4 deletions
2
pages/.gitignore
vendored
2
pages/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
|||
privacy_policy/_pp
|
||||
tos/_tos
|
||||
cryptocurrency/
|
||||
12.changelog/_main
|
||||
changelog/_main
|
||||
|
|
Before Width: | Height: | Size: 4.5 MiB After Width: | Height: | Size: 4.5 MiB |
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Changelog
|
||||
bgcolor: '#1F5C60'
|
||||
bgcolor: '#FFFFFF'
|
||||
content:
|
||||
items: '@self.modular'
|
||||
order:
|
||||
|
@ -9,5 +9,5 @@ content:
|
|||
custom:
|
||||
- _main
|
||||
body_classes: modular
|
||||
header_image: coronavirus.jpg
|
||||
header_image: sorry.jpg
|
||||
---
|
BIN
pages/changelog/sorry.jpg
Normal file
BIN
pages/changelog/sorry.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 MiB |
|
@ -160,6 +160,6 @@ fi
|
|||
|
||||
# Add Changelog pages in GRAV
|
||||
if [ ! -d "${WEB_ROOT}""${WEB_NAME}"/user/pages/12.changelog/_main ]; then
|
||||
sudo -u "${WWW_USER}" ln -s "${WEB_ROOT}"changelog "${WEB_ROOT}""${WEB_NAME}"/user/pages/12.changelog/_main
|
||||
sudo -u "${WWW_USER}" ln -s "${WEB_ROOT}"changelog "${WEB_ROOT}""${WEB_NAME}"/user/pages/changelog/_main
|
||||
fi
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue