2014-05-14 22:57:17 +00:00
< div class = "sidebar" >
< div class = "container sidebar-sticky" >
< div class = "sidebar-about" >
2015-06-02 16:58:59 +00:00
< a href = "{{ .Site.BaseURL }}" > < h1 > {{ .Site.Title }}< / h1 > < / a >
2014-04-26 22:25:13 +00:00
< p class = "lead" >
2015-01-05 11:22:06 +00:00
{{ with .Site.Params.description }} {{.}} {{ else }}An elegant open source and mobile first theme for < a href = "http://hugo.spf13.com" > hugo< / a > made by < a href = "http://twitter.com/mdo" > @mdo< / a > . Originally made for Jekyll.{{end}}
2014-04-26 22:25:13 +00:00
< / p >
2014-05-14 22:57:17 +00:00
< / div >
2014-04-26 22:25:13 +00:00
2014-05-14 22:57:17 +00:00
< ul class = "sidebar-nav" >
2017-05-26 20:17:53 +00:00
< li > < a href = "{{ .Site.BaseURL }}" > Home< / a > < / li >
2014-05-14 22:57:17 +00:00
{{ range .Site.Menus.main }}
2015-06-25 19:54:21 +00:00
< li > < a href = "{{.URL}}" > {{ .Name }} < / a > < / li >
2014-05-14 22:57:17 +00:00
{{end}}
< / ul >
2014-04-26 22:25:13 +00:00
2017-03-25 11:09:32 +00:00
< p > {{ with .Site.Params.copyright }}{{.}}{{ else }}© {{ now.Format "2006"}}. All rights reserved. {{end}}< / p >
2014-05-14 22:57:17 +00:00
< / div >
< / div >