You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
902 B

  1. <aside class="sidebar">
  2. <div class="container sidebar-sticky">
  3. <div class="sidebar-about">
  4. <a href="{{ .Site.BaseURL }}">
  5. <img class="center" src="/nulloctet.svg" alt="{{ .Site.Title }}" />
  6. <h1>Null Octet</h1>
  7. </a>
  8. <p class="lead">
  9. {{ 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}}
  10. </p>
  11. </div>
  12. <nav>
  13. <ul class="sidebar-nav">
  14. <li><a href="{{ .Site.BaseURL }}">Home</a> </li>
  15. {{ range .Site.Menus.main -}}
  16. <li><a href="{{.URL}}"> {{ .Name }} </a></li>
  17. {{- end }}
  18. </ul>
  19. </nav>
  20. <p>{{ with .Site.Params.copyright }}{{.}}{{ else }}&copy; {{ now.Format "2006"}}. All rights reserved. {{end}}</p>
  21. </div>
  22. </aside>