diff --git a/bl-themes/editorial/index.php b/bl-themes/editorial/index.php
index f6694541..01d0129e 100644
--- a/bl-themes/editorial/index.php
+++ b/bl-themes/editorial/index.php
@@ -26,18 +26,28 @@
title() ?> slogan() ?>
-
- - Facebook
- - Instagram
- - GitHub
twitter()) {
+ echo '';
+ }
+ if ($Site->facebook()) {
+ echo '- Facebook
';
+ }
+ if ($Site->instagram()) {
+ echo '- Instagram
';
+ }
+ if ($Site->github()) {
+ echo '- Github
';
+ }
+ if ($Site->codepen()) {
+ echo '- Codepen
';
+ }
// Check if the plugin RSS is enabled
- if( pluginEnabled('RSS') ) {
+ if (pluginEnabled('RSS')) {
echo '';
}
-
// Check if the plugin Sitemap is enabled
- if( pluginEnabled('sitemap') ) {
+ if (pluginEnabled('sitemap')) {
echo '- Sitemap
';
}
?>