summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2018-03-31 10:18:30 +0200
committerGustav Eek <gustav.eek@fripost.org>2018-03-31 10:18:30 +0200
commita0cfb02fdaffc070c974e2fa27e86d3abc4522a2 (patch)
tree488ca650064b82cbf867d6595f54ced3f8b9ff97 /templates/page.tmpl
parent7ba626f979b3978563aebad41c27954bbb4e40b2 (diff)
parentd0a5d3daa9a56e69bd31a0e3e708963ba1d4cad6 (diff)
Merge branch 'master' into meeting-list
Conflicts: moten.mdwn
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 6bc0e77..e8fb12b 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -122,10 +122,10 @@
<TMPL_IF HISTORYURL>
| <span class="glyphicon glyphicon-time"></span> <a href="<TMPL_VAR HISTORYURL>">History</a>
</TMPL_IF>
- <TMPL_IF GETSOURCEURL>
- | <span class="glyphicon glyphicon-file"></span> <a href="<TMPL_VAR GETSOURCEURL>">Source</a>
- </TMPL_IF>
<TMPL_UNLESS ISWEBSITE>
+ <TMPL_IF GETSOURCEURL>
+ | <span class="glyphicon glyphicon-file"></span> <a href="<TMPL_VAR GETSOURCEURL>">Source</a>
+ </TMPL_IF>
<TMPL_IF DISCUSSIONURL>
| <span class="glyphicon glyphicon-comment"></span> <a href="<TMPL_VAR DISCUSSIONURL>">Discussion</a>
</TMPL_IF>