diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 7ca9261..0ec4864 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -61,5 +61,11 @@ jobs: sed -i '/href="\/blog\.html"/d' "$EEPSITE/$page" done + # Add I2P privacy notice to contact form + sed -i '/
/a\ +
\ + ⚠ I2P Privacy Notice: Your message will be sent to the site operator via email outside the I2P network. Please do not include anything you would not share on the clearnet.\ +
' "$EEPSITE/contact.html" + echo "Eepsite synced." SCRIPT