remove title from mail 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 5ac4e6d5857f2481f47261e8871f13b386c5de6a
 (DIR) parent 00565f69e5820918407df86fdead50c086efd048
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu,  8 Jul 2021 23:30:49 +0200
       
       remove title from mail link
       
       Diffstat:
         M templates/index.html/header.html    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/templates/index.html/header.html b/templates/index.html/header.html
       @@ -29,7 +29,7 @@
                                        <span class="hidden"> | </span>
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
       -                                <a href="mailto:${sitemail}" title="Mail me">Mail</a>
       +                                <a href="mailto:${sitemail}">Mail</a>
                                </td>
                        </tr>
                        </table>