diff --git a/i2p2www/pages/global/layout.html b/i2p2www/pages/global/layout.html index afda10c3..0a22a135 100644 --- a/i2p2www/pages/global/layout.html +++ b/i2p2www/pages/global/layout.html @@ -83,5 +83,9 @@ {% include "global/footer.html" %} + + diff --git a/site-updater.sh b/site-updater.sh index 901ad896..29d6d11c 100755 --- a/site-updater.sh +++ b/site-updater.sh @@ -17,6 +17,8 @@ if grep "^mtn: \(add\|patch\|dropp\|updat\)\(ed\|ing\) 'i2p2www/translations/" " ./compile-messages.sh fi +echo "Monotone revision: $(mtn log --no-files --no-graph --to h: | grep Revision | sed 's/Revision: //')" >./i2p2www/pages/include/mtnversion + if grep "^mtn: updating 'i2p2www/.*\.py\|^mtn: updating 'i2p2www/.*/.*\.py" "$TMP" >/dev/null ; then echo "Python files changed, restarting server" touch $TOUCHFILE