remove icons from the top row, req. by Yana

This commit is contained in:
Vasil Kolev 2014-10-15 18:44:27 +03:00 committed by Openfest
parent dfdde8441d
commit 3acf3c6eec
1 changed files with 0 additions and 11 deletions

View File

@ -35,17 +35,6 @@ if ( preg_match('/^(schedule|programa|speakers|halls)/', $pagename) ) {
<?php
}
?>
</a>
<div class="icons">
<?php
$custom = get_post_custom();
if (!empty($custom['twitter'])) echo '<a href="https://twitter.com/'.$custom['twitter'][0].'"><i class="fa fa-twitter"></i></a>';
if (!empty($custom['github'])) echo '<a href="https://github.com/'.$custom['github'][0].'"><i class="fa fa-github"></i></a>';
if (!empty($custom['public_email'])) echo '<a href="mailto:'.$custom['public_email'][0].'"><i class="fa fa-envelope"></i></a>';
?>
</div>
<a href="#<?php the_title(); ?>">
<?php the_title(); ?>
</a>