summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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>