disable donate link - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 93ea4a150da7b2d028f294ab642434d2158d8884
 (DIR) parent 7e150d83312015ec3e10eba69e76c9b6d9dfbb99
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Wed, 25 Oct 2023 11:53:43 +0200
       
       disable donate link
       
       It was supposed to be a fun thing, but people are spamming/testing it.
       
       Diffstat:
         M output/index.html                   |       2 +-
         M templates/index.html/header.html    |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/output/index.html b/output/index.html
       @@ -27,7 +27,7 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
       +                                <!--<a href="/donate/">Donate</a> |-->
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/templates/index.html/header.html b/templates/index.html/header.html
       @@ -27,7 +27,7 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
       +                                <!--<a href="/donate/">Donate</a> |-->
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:${sitemail}">Mail</a>