diff options
author | Dan McGee <dan@archlinux.org> | 2015-04-13 14:29:21 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2015-04-13 14:29:21 -0500 |
commit | 73db0d8ac2cd0bb7cf5109e38e2be96d0467d830 (patch) | |
tree | 730cf12aaa5e0e33c030b8c45bb0adf167f2b5b3 /templates/base.html | |
parent | 790def2f4db2afec150bab8dc842f6068fb751db (diff) |
Use UTF-8 copyright sign; save a few bytes
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 15bb7e28..f6fe99e5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -69,7 +69,7 @@ </div> {% endblock %} <div id="footer"> - <p>Copyright © 2002-{% now "Y" %} <a href="mailto:jvinet@zeroflux.org" + <p>Copyright © 2002-{% now "Y" %} <a href="mailto:jvinet@zeroflux.org" title="Contact Judd Vinet">Judd Vinet</a> and <a href="mailto:aaron@archlinux.org" title="Contact Aaron Griffin">Aaron Griffin</a>.</p> |