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 09eddf9 commit 016e081Copy full SHA for 016e081
templates/frontend/news_list.php
@@ -6,7 +6,7 @@
6
<ul class="news-list">
7
<?php foreach ($news as $key => $news_elem) :?>
8
<li>
9
- <a href="<?= $news_elem->getFrontendUrl(); ?>" rel="nofollow" target="_blank" class="link-url">
+ <a href="<?= $news_elem->getFrontendUrl(); ?>" class="news-detail">
10
<span class="news-title"><?= $news_elem->getTitle(); ?></span>
11
</a>
12
<span class="news-date"><?= $news_elem->getDate(); ?></span>
0 commit comments