Skip to content

Commit

Permalink
Use new .ws-imglink-date
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jun 9, 2021
1 parent 27417f4 commit 80a6563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blocks/page_list/templates/worldskills_pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
<?php echo $title ?>
</h1>
</a>
<?php if (isset($includeDate) && $includeDate): ?>
<p class="ws-imglink-desc"><?php echo h($date); ?></p>
<?php endif; ?>
<?php if (isset($includeDescription) && $includeDescription): ?>
<p class="ws-imglink-desc"><?php echo h($description); ?></p>
<?php endif; ?>
<?php if (isset($includeDate) && $includeDate): ?>
<p class="ws-imglink-date"><?php echo h($date); ?></p>
<?php endif; ?>
</li>

<?php endforeach; ?>
Expand Down

0 comments on commit 80a6563

Please sign in to comment.