2014-05-14 23:57:17 +01:00
|
|
|
<div class="sidebar">
|
2018-01-21 18:09:55 +07: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 16:25:13 -06:00
|
|
|
<p class="lead">
|
2018-01-21 18:09:55 +07:00
|
|
|
{{ with .Site.Params.description }} {{.}} {{ else }} Your site's description {{end}}
|
2014-04-26 16:25:13 -06:00
|
|
|
</p>
|
2014-05-14 23:57:17 +01:00
|
|
|
</div>
|
2018-01-21 18:09:55 +07:00
|
|
|
<div>
|
2014-05-14 23:57:17 +01:00
|
|
|
<ul class="sidebar-nav">
|
2017-09-07 21:43:11 +02:00
|
|
|
{{ range .Site.Menus.main -}}
|
2018-01-22 10:03:55 +07:00
|
|
|
<li><a href="{{.URL}}"> {{ .Name | title }} </a></li>
|
2017-09-07 21:43:11 +02:00
|
|
|
{{- end }}
|
2014-05-14 23:57:17 +01:00
|
|
|
</ul>
|
2018-01-21 18:09:55 +07:00
|
|
|
</div>
|
|
|
|
{{ partial "social.html" . }}
|
2018-01-21 21:17:19 +07: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 18:09:55 +07:00
|
|
|
</div>
|
|
|
|
<div>
|
2014-05-14 23:57:17 +01:00
|
|
|
</div>
|
|
|
|
</div>
|