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

@ -28,7 +28,7 @@
<link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&amp;entry_id={$entry_id}">
{/if}
{* CUSTOM FONTS *}
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
{if $template_option.use_googlefonts}
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
{/if}
@ -236,7 +236,7 @@
<ul class="footer-socials list-inline">
{foreach from=$socialicons item="socialicon" name="social_networking"}
<li>
<a href="{$socialicon.url}" title="{$socialicon.service}"><i class="fa fa-lg {service_icon from_service=$socialicon.service}"></i></a>
<a href="{$socialicon.url}" title="{$socialicon.service}"><i class="{service_icon from_service=$socialicon.service} fa-lg"></i></a>
</li>
{/foreach}
</ul>