diff options
author | P. J. McDermott <pehjota> | 2015-07-08 18:17:19 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-07-08 18:17:19 (EDT) |
commit | 1a3fff1c7a3a0ad6d09748c8de42c80718d64ca6 (patch) | |
tree | bf884acb59b634d8e4e783a6d76b1379b280b452 | |
parent | 1322cedd111954d66e282c436e0dd619ef586a4b (diff) |
templates/page.tmpl: Add merchandise link
-rw-r--r-- | templates/page.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 00edb50..2204483 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -44,6 +44,16 @@ </nav> <div class="main"> <div class="sidebar"> + <div> + <h1>Support ProteanOS</h1> + <div> + <ul> + <li> + <a href="https://shop.libiquity.com/">Merchandise</a> + </li> + </ul> + </div> + </div> <TMPL_IF HAVE_ACTIONS> <div> <h1>Wiki</h1> |