1
0
Fork 0

Update 'index.php'

This commit is contained in:
Olivier 2022-11-30 21:55:35 +01:00
parent 14050e3f6a
commit 6cb1603871
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<nav>
<ul>
<?php
if ($site->twitter()){
if ($site->linkedin()){
echo '<li><a target="_blank" href="'.$site->linkedin().'" class="icon brands fa-linkedin"></a></li>';
}
if ($site->instagram()){