diff --git a/bl-themes/log/php/sidebar.php b/bl-themes/log/php/sidebar.php
index 9122cf4d..eb3c76ab 100644
--- a/bl-themes/log/php/sidebar.php
+++ b/bl-themes/log/php/sidebar.php
@@ -20,6 +20,10 @@
 			echo '<li><a href="'.$Site->facebook().'" class="fa-facebook"><span class="label">Facebook</span></a></li>';
 		}
 
+		if($Site->googlePlus()) {
+			echo '<li><a href="'.$Site->googlePlus().'" class="fa-google"><span class="label">Google+</span></a></li>';
+		}
+
 		if($Site->instagram()) {
 			echo '<li><a href="'.$Site->instagram().'" class="fa-instagram"><span class="label">Instagram</span></a></li>';
 		}
@@ -38,4 +42,4 @@
 	?>
 	</ul>
 	<p class="copyright"><?php echo $Site->footer() ?> | <a href="http://www.bludit.com">BLUDIT</a></p>
-</section>
\ No newline at end of file
+</section>