Skip to content

Commit

Permalink
improve well looks
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuther committed Sep 6, 2017
1 parent fcf4d6d commit 9d3efbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/mainpage_categories.tpl
Expand Up @@ -62,12 +62,12 @@
<div class="media-body">
<h4 class="mt-0 mb-1">{$cat.NAME}</h4>
{if isset($cat.INFO_DATES) }
<p>{$cat.INFO_DATES}</p>
<p>{$cat.INFO_DATES}</p>
{/if}
<p>{$cat.CAPTION_NB_IMAGES}</p>
{if not empty($cat.DESCRIPTION)}
<p class="description">{$cat.DESCRIPTION}</p>
<p class="description">{$cat.DESCRIPTION}</p>
{/if}
<p><small>{$cat.CAPTION_NB_IMAGES}</small></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 9d3efbc

Please sign in to comment.