Skip to content

Commit 0b4d00f

Browse files
authored
Merge pull request #416 from magefan/bob308tr-patch-9
Update view-modern.phtml
2 parents c72ca6c + d22536f commit 0b4d00f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

view/frontend/templates/post/view-modern.phtml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
<?php } ?>
105105

106106
<!-- Post Tags -->
107-
<div class="post-tag">
108-
<?php if ($_tagsCount = $_post->getTagsCount()) { ?>
107+
<?php if ($_tagsCount = $_post->getTagsCount()) { ?>
108+
<div class="post-tag">
109109
<div class="item post-tags">
110110
<div class="post-tag-title">Tags</div>
111111
<?php $n = 0; ?>
@@ -116,8 +116,9 @@
116116
><?= $block->escapeHtml($tag->getTitle()) ?></a>
117117
<?php } ?>
118118
</div>
119-
<?php } ?>
120-
</div>
119+
</div>
120+
<?php } ?>
121+
<!-- END Post Tags -->
121122

122123
<div class="post-description">
123124
<?= /*@noEscape*/ $block->getContent() ?>

0 commit comments

Comments
 (0)