diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2020-11-10 17:06:18 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2020-11-10 17:06:18 -0700 |
commit | bc66928d95b4d9005db5fd7c9c2e329e4148e4bd (patch) | |
tree | 14ce42d890d4c611245efe2dfad5f0e912b4cb8d | |
parent | 2c2d4a4c9b42c21b3ecd39997124b75d231c58ef (diff) | |
download | wiki-bc66928d95b4d9005db5fd7c9c2e329e4148e4bd.tar.gz |
add footer about disabled comments
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 10bd7ae..ea95faf 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -209,6 +209,8 @@ License: <TMPL_VAR LICENSE> </TMPL_IF> <div class="pagedate"> +<em>Logging in to post a comment is currently disabled due to spam. Please e-mail your comment to <spwhitton@spwhitton.name> and indicate which page you'd like to post it on. Thanks!</em> + Last edited <TMPL_VAR MTIME><br /> Created <TMPL_VAR CTIME> </div> |