2018-07-10 01:41:30 +00:00
{{ "<!-- Sidebar --> " | safeHTML }}
2014-05-14 22:57:17 +00:00
< div class = "sidebar" >
2018-06-02 18:30:26 +00:00
< div class = "container text-center {{ if .Site.Params.sidebarSticky }}sidebar-sticky{{ end }}" >
2018-06-04 18:31:08 +00:00
< div class = "sidebar-about text-center" >
< a href = "{{ .Site.BaseURL }}" > < h1 class = "brand" > {{ .Site.Title }}< / h1 > < / a >
2018-07-10 01:41:30 +00:00
{{ with .Site.Params.authorimage }} < img src = "/{{.}}" alt = "Author Image" class = "img-circle headshot center" > {{ end }}
2018-06-04 18:31:08 +00:00
< p class = "lead" >
{{ with .Site.Params.description }} {{.}} {{ else }} Your site's description {{end}}
< / p >
< / div >
2018-07-10 01:41:30 +00:00
{{ partial "sidebar/menu.html" . }}
2018-06-04 18:31:08 +00:00
< p >
2018-07-10 01:41:30 +00:00
{{ partial "sidebar/social.html" . }}
2018-06-04 18:31:08 +00:00
< / p >
< p class = "copyright" > {{ with .Site.Params.copyright }}{{.|safeHTML}}{{ else }}© {{ now.Format "2006"}} {{.Site.Params.author}}.
< a href = "https://creativecommons.org/licenses/by/4.0" > Some Rights Reserved< / a > .< br / > Built with < a href = "https://gohugo.io/" > Hugo< / a > & < a href = "https://github.com/htr3n/hyde-hyde" > hyde-hyde< / a > .{{end}}
< / p >
< / div >
< div >
< / div >
2014-05-14 22:57:17 +00:00
< / div >