Fixed Facebook custom link.

This commit is contained in:
Michael Englehorn 2016-10-17 09:45:18 -05:00
parent 3ac9d65ced
commit cc93f876f6
2 changed files with 8 additions and 2 deletions

View file

@ -14,7 +14,7 @@
<ol class="list-unstyled">
<li><a href="<?php echo get_option('github'); ?>">GitHub</a></li>
<li><a href="<?php echo get_option('twitter'); ?>">Twitter</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="<?php echo get_option('facebook'); ?>">Facebook</a></li>
</ol>
</div>
</div><!-- /.blog-sidebar -->