Skip to content

Commit

Permalink
moved to .styles
Browse files Browse the repository at this point in the history
  • Loading branch information
secure-77 committed Jan 14, 2024
1 parent b057401 commit d889216
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed perlite/github-mark-white.png
Binary file not shown.
6 changes: 3 additions & 3 deletions perlite/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
<div><ul class="social-media-list">';
if (getenv('SITE_GITHUB')) {
$customSection = $customSection . '<li><a href="'.getenv('SITE_GITHUB').'"><img class="social-logo" src="github-color.svg" alt="Custom Logo"></a></li>';
$customSection = $customSection . '<li><a href="'.getenv('SITE_GITHUB').'"><img class="social-logo" src=".styles\github-color.svg" alt="Github Logo"></a></li>';
}

// set custom homepage or current site url
$siteHomepage = empty(getenv('SITE_HOMEPAGE')) ? $siteURL : getenv('SITE_HOMEPAGE');
$customSection = $customSection . '<li><a href="https://twitter.com/'. substr($siteTwitter,1) .'"><img class="social-logo" src="x-color.svg" alt="Custom Logo"></a></li>
<li><a href="'.$siteHomepage.'"><img class="social-logo" src="fontawesome-color.svg" alt="Custom Logo"></a></li>
$customSection = $customSection . '<li><a href="https://twitter.com/'. substr($siteTwitter,1) .'"><img class="social-logo" src=".styles\x-color.svg" alt="X Logo"></a></li>
<li><a href="'.$siteHomepage.'"><img class="social-logo" src=".styles\fontawesome-color.svg" alt="Homepage Logo"></a></li>
</ul>';

$customSection = $customSection . '</div></div>';
Expand Down

0 comments on commit d889216

Please sign in to comment.