parent
67ca4fcde0
commit
495ceb8bcc
1 changed files with 1 additions and 7 deletions
|
@ -2,13 +2,7 @@
|
|||
<div class="container">
|
||||
<ul class="footer-links ps-0 mb-1">
|
||||
<?php foreach (HTML::socialNetworks() as $key => $name) {
|
||||
$link = '<a ';
|
||||
if(strtolower($key) == 'mastodon') {
|
||||
$link .= 'rel="me" ';
|
||||
}
|
||||
|
||||
$link .= 'class="color-blue" href="'.$site->{$key}().'"><li class="d-inline-block pe-4">' . $name . '</li></a>';
|
||||
echo $link;
|
||||
echo '<a class="color-blue" href="'.$site->{$key}().'"><li class="d-inline-block pe-4">' . $name . '</li></a>';
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue