You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/themes/persona/layouts/partials/menu.html

16 lines
917 B
HTML

<div class="panel panel-default">
<div class="panel-heading" style="padding: 2px 15px;">
<h4>Connect. Socialize.</h4>
</div>
<div class="panel-body">
<a href="https://github.com/{{ .Site.Params.github }}" class="btn btn-primary btn-xs"><i class="icon icon-github-square fa-2x"></i></a>
<a href="https://www.facebook.com/SomeSillyUserNameHere" class="btn btn-info btn-xs"><i class="icon icon-facebook-square fa-2x"></i></a>
<div class="alert alert-info alert-dismissable" style="margin-top:25px;margin-bottom:5px;">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>Hey, listen!</strong><br>
You should modify the <code>layouts/chrome/menu.html</code> template and include your own profile links.
</div>
</div>
</div>