From ee20907b2b5f36eb5b5ac199bc46866723584ebf Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sun, 11 Nov 2012 05:59:43 +0000 Subject: [PATCH] Added t-shirt links to footer --- i2p2www/pages/global/footer.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i2p2www/pages/global/footer.html b/i2p2www/pages/global/footer.html index 2ed8a611a..d7f6d79a7 100644 --- a/i2p2www/pages/global/footer.html +++ b/i2p2www/pages/global/footer.html @@ -36,5 +36,10 @@ </ul> </div> <div class='aside sixth'> + <h1>{{ _('T-Shirts!') }}</h1> + <ul> + <li><a rel="nofollow" href="http://www.getdigital.de/products/I2P_Fanshirt/lng/en">{{ _('Europe') }}</a></li> + <li><a rel="nofollow" href="https://i2pshop.spreadshirt.com/">{{ _('USA') }}</a></li> + </ul> <a class='button' href="{{ site_url('volunteer/donate') }}">{{ _('Donate') }}</a> </div> -- GitLab