diff options
Diffstat (limited to 'themes/wind/views/dynamic.html.php')
-rw-r--r-- | themes/wind/views/dynamic.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/dynamic.html.php b/themes/wind/views/dynamic.html.php index c8b2fcaf..33e05de3 100644 --- a/themes/wind/views/dynamic.html.php +++ b/themes/wind/views/dynamic.html.php @@ -16,7 +16,7 @@ width="<?= $child->thumb_width ?>" height="<?= $child->thumb_height ?>" /> </a> - <h2><?= html::purify($child->title) ?></h2> + <!--<h2><?= html::purify($child->title) ?></h2>--> <?= $theme->thumb_bottom($child) ?> <ul class="g-metadata"> <?= $theme->thumb_info($child) ?> |