twitter()) {
echo '';
}
if($site->facebook()) {
echo '- Facebook
';
}
if($site->codepen()) {
echo '- CodePen
';
}
if($site->instagram()) {
echo '- Instagram
';
}
if($site->gitlab()) {
echo '- GitLab
';
}
if($site->github()) {
echo '- GitHub
';
}
if($site->linkedin()) {
echo '- LinkedIn
';
}
if($site->mastodon()) {
echo '- Mastodon
';
}
if( $plugins['all']['pluginRSS']->installed() ) {
echo '';
}
if( $plugins['all']['pluginSitemap']->installed() ) {
echo '- Sitemap
';
}
echo '- Newsletter
';
?>