2014-05-14 22:57:17 +00:00
|
|
|
<div class="sidebar">
|
2018-01-21 11:09:55 +00:00
|
|
|
<div class="container text-center sidebar-sticky">
|
|
|
|
<div class="sidebar-about" align="center">
|
|
|
|
<a href="{{ .Site.BaseURL }}"><h1 class="brand">{{ .Site.Title }}</h1></a>
|
|
|
|
{{ with .Site.Params.authorimage }} <img src="{{.}}" alt="Author Image" class="img-circle headshot"> {{ end }}
|
2014-04-26 22:25:13 +00:00
|
|
|
<p class="lead">
|
2018-01-21 11:09:55 +00:00
|
|
|
{{ with .Site.Params.description }} {{.}} {{ else }} Your site's description {{end}}
|
2014-04-26 22:25:13 +00:00
|
|
|
</p>
|
2014-05-14 22:57:17 +00:00
|
|
|
</div>
|
2018-01-21 11:09:55 +00:00
|
|
|
<div>
|
2014-05-14 22:57:17 +00:00
|
|
|
<ul class="sidebar-nav">
|
2017-09-07 19:43:11 +00:00
|
|
|
{{ range .Site.Menus.main -}}
|
2018-01-22 03:03:55 +00:00
|
|
|
<li><a href="{{.URL}}"> {{ .Name | title }} </a></li>
|
2017-09-07 19:43:11 +00:00
|
|
|
{{- end }}
|
2014-05-14 22:57:17 +00:00
|
|
|
</ul>
|
2018-01-21 11:09:55 +00:00
|
|
|
</div>
|
|
|
|
{{ partial "social.html" . }}
|
2018-01-21 14:17:19 +00:00
|
|
|
<p>{{ with .Site.Params.copyright }}{{.}}{{ else }}© {{ now.Format "2006"}} {{.Site.Params.author}}. <a href="http://creativecommons.org/licenses/by/3.0">Some Rights Reserved</a>. {{end}}</p>
|
2018-01-21 11:09:55 +00:00
|
|
|
</div>
|
|
|
|
<div>
|
2014-05-14 22:57:17 +00:00
|
|
|
</div>
|
|
|
|
</div>
|