github.com/shohhei1126/hugo@v0.42.2-0.20180623210752-3d5928889ad7/examples/blog/layouts/partials/menu.html (about) 1 <div class="panel panel-default"> 2 <div class="panel-heading" style="padding: 2px 15px;"> 3 <h4>Connect. Socialize.</h4> 4 </div> 5 <div class="panel-body"> 6 <a href="https://github.com/SomeSillyUserNameHere/" class="btn btn-primary btn-xs"><i class="fa fa-github-square fa-2x"></i></a> 7 <a href="https://www.facebook.com/SomeSillyUserNameHere" class="btn btn-info btn-xs"><i class="fa fa-facebook-square fa-2x"></i></a> 8 9 <div class="alert alert-info alert-dismissable" style="margin-top:25px;margin-bottom:5px;"> 10 <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> 11 <strong>Hey, listen!</strong><br> 12 You should modify the <code>layouts/partials/menu.html</code> template and include your own profile links. 13 </div> 14 </div> 15 </div>