mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
efc98a3b1f
- Convert config.yaml to config.toml to follow what "hugo new site /path/to/site" generates - Rename layouts/chrome to layouts/partials - Convert "template" calls to "partial" calls - Minor revisions to the text in example content - Upgrade Bootswatch Yeti theme (3.1.1+1 → to 3.2.0+3) - Upgrade Font Awesome (4.0.3 → 4.2.0) - Upgrade jQuery (1.11.0 → 1.11.1)
15 lines
908 B
HTML
15 lines
908 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/SomeSillyUserNameHere/" class="btn btn-primary btn-xs"><i class="fa fa-github-square fa-2x"></i></a>
|
|
<a href="https://www.facebook.com/SomeSillyUserNameHere" class="btn btn-info btn-xs"><i class="fa fa-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">×</button>
|
|
<strong>Hey, listen!</strong><br>
|
|
You should modify the <code>layouts/partials/menu.html</code> template and include your own profile links.
|
|
</div>
|
|
</div>
|
|
</div>
|