summaryrefslogtreecommitdiff
path: root/.templates
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-10-10 16:19:02 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-10-10 16:19:02 +0200
commitba72b68913f6ba609fdf7c50a130aba489098fb4 (patch)
tree9b58abc4a14d3eb44a1421149bb96f5a301f5757 /.templates
parent02d79c189cab195edd3b4ef2762dd4251aa16808 (diff)
.templates/newsitem.tmpl: Don't display tags.
Diffstat (limited to '.templates')
-rw-r--r--.templates/newsitem.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/.templates/newsitem.tmpl b/.templates/newsitem.tmpl
index 3b4fded1..e8a9c861 100644
--- a/.templates/newsitem.tmpl
+++ b/.templates/newsitem.tmpl
@@ -49,6 +49,7 @@ Posted <TMPL_VAR CTIME>
</span>
-->
+<!-- The saved space is more important that the information this provides.
<TMPL_IF TAGS>
<TMPL_IF HTML5><nav class="tags"><TMPL_ELSE><span class="tags"></TMPL_IF>
Tags:
@@ -57,6 +58,7 @@ Tags:
</TMPL_LOOP>
<TMPL_IF HTML5></nav><TMPL_ELSE></span></TMPL_IF>
</TMPL_IF>
+-->
<!-- For these tiny snippets we can abstain from displaying this again. It
should match the inlining page's information nevertheless.