Moved Change Log item menu to footer, added new picture

This commit is contained in:
antilopa 2021-03-22 12:27:09 +01:00
parent e9c96371c5
commit b6cd258e8e
5 changed files with 4 additions and 4 deletions

2
pages/.gitignore vendored
View File

@ -1,4 +1,4 @@
privacy_policy/_pp
tos/_tos
cryptocurrency/
12.changelog/_main
changelog/_main

View File

Before

Width:  |  Height:  |  Size: 4.5 MiB

After

Width:  |  Height:  |  Size: 4.5 MiB

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

@ -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