Fixed Facebook custom link.
This commit is contained in:
parent
3ac9d65ced
commit
cc93f876f6
2 changed files with 8 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue