PyLadiesBerlin / PyLadiesBerlin.github.io

Pyladies Belrin website
https://pyladiesberlin.github.io, https://berlin.pyladies.com
GNU General Public License v3.0
5 stars 5 forks source link

Remove contact form #30

Closed mei-li closed 3 years ago

mei-li commented 3 years ago

Point the submodule to our own fork that has the contact form removed.

To properly update the submodule to the new fork, possible one or more of the following steps will be needed:

rm -rf .git/modules/pelican-fh5co-marble

git rm -f pelican-fh5co-marble
git sumodule update --init pelican-fh5co-marble

# git submodule deinit -f pelican-fh5co-marble
mei-li commented 3 years ago

fixes #28