home » zplus/freepost.git
Author zPlus <--> 2016-10-07 18:25:09
Committer zPlus <--> 2016-10-07 18:25:09
Commit 277ad8a (patch)
Tree 496869d
Parent(s)

Remove "Shop" link for now


commits diff: 948f98c..277ad8a
2 files changed, 3 insertions, 1 deletiondownload


Diffstat
-rw-r--r-- template/footer.twig 2
-rw-r--r-- template/header.twig 2

Diff options
View
Side
Whitespace
Context lines
Inter-hunk lines
+2/-0 M   template/footer.twig
index cc83745..ef81668
old size: 2K - new size: 2K
@@ -16,10 +16,12 @@
16 16 <a href="{{ 'rss/hot'|docroot }}">Hot</a> •
17 17 <a href="{{ 'rss/new'|docroot }}">New</a>
18 18 </li>
19 + {#
19 20 <li>
20 21 <img alt="Libre Exchange" title="" src="images/libre.exchange.png" />
21 22 <a href="https://libre.exchange">Shop</a>
22 23 </li>
24 + #}
23 25 <li>
24 26 <img alt="Source" title="" src="images/source.png" />
25 27 <a href="https://notabug.org/zPlus/freepost">Source code</a>

+1/-1 M   template/header.twig
index d7dd2fd..870bcfb
old size: 2K - new size: 2K
@@ -29,7 +29,7 @@
29 29 <a href="{{ 'new'|docroot }}">New</a> •
30 30 <a href="{{ 'submit'|docroot }}">Submit</a> •
31 31 <a href="{{ 'about'|docroot }}">About</a> •
32 - <a href="https://libre.exchange">Shop</a> •
32 + {# <a href="https://libre.exchange">Shop</a> • #}
33 33
34 34 {% if user %}
35 35 {% set unread_messages = new_messages() %}