We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d344b commit ba25108Copy full SHA for ba25108
templates/node--character.tpl.php
@@ -109,10 +109,14 @@
109
$links = render($content['links']);
110
if ($field_tags || $links):
111
?>
112
- <footer>
113
- <?php print $field_tags; ?>
114
- <?php print $links; ?>
115
- </footer>
+
+ <?php if ($view_mode !== 'teaser'): ?>
+ <footer>
+ <?php print $field_tags; ?>
116
+ <?php print $links; ?>
117
+ </footer>
118
+ <?php endif; ?>
119
120
<?php endif; ?>
121
<?php print render($content['comments']); ?>
122
</article>
0 commit comments