diff --git a/pages/.gitignore b/pages/.gitignore index 756ec2a7..054871cd 100644 --- a/pages/.gitignore +++ b/pages/.gitignore @@ -1,4 +1,4 @@ privacy_policy/_pp tos/_tos cryptocurrency/ -12.changelog/_main +changelog/_main diff --git a/pages/12.changelog/coronavirus.jpg b/pages/changelog/coronavirus.jpg similarity index 100% rename from pages/12.changelog/coronavirus.jpg rename to pages/changelog/coronavirus.jpg diff --git a/pages/12.changelog/modular.en.md b/pages/changelog/modular.en.md similarity index 77% rename from pages/12.changelog/modular.en.md rename to pages/changelog/modular.en.md index 9e8558a2..022bf83d 100644 --- a/pages/12.changelog/modular.en.md +++ b/pages/changelog/modular.en.md @@ -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 --- diff --git a/pages/changelog/sorry.jpg b/pages/changelog/sorry.jpg new file mode 100644 index 00000000..57463ed1 Binary files /dev/null and b/pages/changelog/sorry.jpg differ diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index a9f5306c..b1f3fe4f 100755 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -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