2014-05-15 01:57:17 +03:00
< div class = "sidebar" >
< div class = "container sidebar-sticky" >
< div class = "sidebar-about" >
2014-04-27 01:25:13 +03:00
< h1 > {{ .Site.Title }}< / h1 >
< p class = "lead" >
2015-01-05 13:22:06 +02: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-27 01:25:13 +03:00
< / p >
2014-05-15 01:57:17 +03:00
< / div >
2014-04-27 01:25:13 +03:00
2014-05-15 01:57:17 +03:00
< ul class = "sidebar-nav" >
< li > < a href = "/" > Home< / a > < / li >
{{ range .Site.Menus.main }}
2015-06-25 22:54:21 +03:00
< li > < a href = "{{.URL}}" > {{ .Name }} < / a > < / li >
2014-05-15 01:57:17 +03:00
{{end}}
< / ul >
2014-04-27 01:25:13 +03:00
2015-01-05 13:22:06 +02:00
< p > {{ with .Site.Params.copyright }}{{.}}{{ else }}© {{.Now.Format "2006"}}. All rights reserved. {{end}}< / p >
2014-05-15 01:57:17 +03:00
< / div >
< / div >