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 privacy_policy/_pp
tos/_tos tos/_tos
cryptocurrency/ 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 title: Changelog
bgcolor: '#1F5C60' bgcolor: '#FFFFFF'
content: content:
items: '@self.modular' items: '@self.modular'
order: order:
@ -9,5 +9,5 @@ content:
custom: custom:
- _main - _main
body_classes: modular 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 # Add Changelog pages in GRAV
if [ ! -d "${WEB_ROOT}""${WEB_NAME}"/user/pages/12.changelog/_main ]; then 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 fi
exit 0 exit 0