add alternative social networks
This commit is contained in:
parent
29f85b6654
commit
104bf30298
10
index.php
10
index.php
|
@ -148,6 +148,16 @@
|
|||
<div class="maintime"><?=$place['time'];?></div>
|
||||
<br/>
|
||||
<?php }
|
||||
if(strlen($place['mastodon']) > 1 ) { ?>
|
||||
<a href="<?=$place['mastodon'];?>" target="_blank">
|
||||
<i class="fa fa-mastodon fa-2x"></i>
|
||||
</a>
|
||||
<?php }
|
||||
if(strlen($place['pixelfed']) > 1 ) { ?>
|
||||
<a href="<?=$place['pixelfed'];?>" target="_blank">
|
||||
<i class="fa fa-pixelfed fa-2x"></i>
|
||||
</a>
|
||||
<?php }
|
||||
if(strlen($place['facebook']) > 1 ) { ?>
|
||||
<a href="<?=$place['facebook'];?>" target="_blank">
|
||||
<i class="fa fa-facebook fa-2x"></i>
|
||||
|
|
Reference in New Issue