mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-29 00:41:25 +08:00
Update to Font Awesome 5 Free (5.9.0)
This commit is contained in:
parent
bf0078aec9
commit
b5bd7ed39e
36 changed files with 8996 additions and 5087 deletions
|
@ -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; ?>
|
Loading…
Add table
Add a link
Reference in a new issue