1
0

Timeline Theme - more icons & font awesome upgrade

Added more social icons to the index footer, upgraded to Font Awesome 5.7.2.
This commit is contained in:
DonChambers
2019-03-18 09:01:21 -05:00
parent eafb79546d
commit 0faf2b9899
18 changed files with 102 additions and 90 deletions

View File

@ -21,7 +21,7 @@
<div class="col-md-10 archive-post-body">
<h4><a href="{$entry.link}">{$entry.title}</a></h4>
<p class="post-info"><span class="sr-only">{$CONST.POSTED_BY}</span>
<span class="sr-only"> {$CONST.ON}</span><span class="entry-timestamp"><i class="fa fa-clock-o" aria-hidden="true"></i><time datetime="{$entry.timestamp|serendipity_html5time}">{$entry.timestamp|formatTime:$template_option.date_format}</time></span>
<span class="sr-only"> {$CONST.ON}</span><span class="entry-timestamp"><i class="far fa-clock" aria-hidden="true"></i><time datetime="{$entry.timestamp|serendipity_html5time}">{$entry.timestamp|formatTime:$template_option.date_format}</time></span>
</p>
{if $entry.body}
{$entry.body|strip_tags|truncate:180:" ..."}