Update to Font Awesome 5 Free (5.9.0)

This commit is contained in:
Alexander Agnarson 2019-07-29 14:38:29 +02:00
parent bf0078aec9
commit b5bd7ed39e
36 changed files with 8996 additions and 5087 deletions

View file

@ -1,6 +1,6 @@
<?php if ( is_single() ): ?>
<ul class="post-nav group">
<li class="next"><?php next_post_link('%link', '<i class="fa fa-chevron-right"></i><strong>'.esc_html__('Next story', 'curver').'</strong> <span>%title</span>'); ?></li>
<li class="previous"><?php previous_post_link('%link', '<i class="fa fa-chevron-left"></i><strong>'.esc_html__('Previous story', 'curver').'</strong> <span>%title</span>'); ?></li>
<li class="next"><?php next_post_link('%link', '<i class="fas fa-chevron-right"></i><strong>'.esc_html__('Next story', 'curver').'</strong> <span>%title</span>'); ?></li>
<li class="previous"><?php previous_post_link('%link', '<i class="fas fa-chevron-left"></i><strong>'.esc_html__('Previous story', 'curver').'</strong> <span>%title</span>'); ?></li>
</ul>
<?php endif; ?>