missed class

This commit is contained in:
Alex Grintsvayg 2016-08-18 13:26:34 -04:00
parent d01c1d6cd5
commit f63c665b7f

View file

@ -5,7 +5,7 @@
<a href="/<?php echo $prevPost->getRelativeUrl() ?>" class="link-primary"> {{news.prev}}</a>
</div>
<div class="meta">
<a href="/<?php echo $prevPost->getRelativeUrl() ?>">
<a class="prev-next-title" href="/<?php echo $prevPost->getRelativeUrl() ?>">
<?php echo htmlentities($prevPost->getTitle()) ?>
</a>
</div>