diff options
author | Alan Pearce | 2014-07-20 13:27:32 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-20 13:27:32 +0100 |
commit | 4f124ec23f2c118c0c8dc6f38eb38fb761a16224 (patch) | |
tree | 0eec85bf33f30e0d8b38f9b95d4e0f58ae4d7458 /layouts | |
parent | 21e00850dcfc1bf5e78d1ba3ddb1d697ee97f4fc (diff) | |
download | hyde-4f124ec23f2c118c0c8dc6f38eb38fb761a16224.tar.lz hyde-4f124ec23f2c118c0c8dc6f38eb38fb761a16224.tar.zst hyde-4f124ec23f2c118c0c8dc6f38eb38fb761a16224.zip |
I do not have a license.
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/sidebar.html | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 1497bb2..d736472 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,32 +1,32 @@ - <aside class="sidebar container" itemprop="author" itemscope itemtype="http://schema.org/Person"> - <header class="sidebar-about"> + <aside class="sidebar container"> + <header class="sidebar-about" itemprop="author" itemscope itemtype="http://schema.org/Person"> <h1 itemprop="name">{{ .Site.Title }}</h1> <p class="lead"> {{ 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}} </p> - </header> - <nav> - <ul class="sidebar-nav"> - <li><a href="/" itemprop="url">Home</a> </li> - {{ range $key, $value := .Site.Indexes.categories }} - <li> - <a href="/categories/{{ $key | urlize }}/">{{ $key | title }}</a> - </li> - {{ end }} - {{ range .Site.Menus.main }} - <li><a href="{{.Url}}"> {{ .Name }} </a></li> - {{end}} - </ul> - </nav> + <nav> + <ul class="sidebar-nav"> + <li><a href="/" itemprop="url">Home</a> </li> + {{ range $key, $value := .Site.Indexes.categories }} + <li> + <a href="/categories/{{ $key | urlize }}/">{{ $key | title }}</a> + </li> + {{ end }} + {{ range .Site.Menus.main }} + <li><a href="{{.Url}}"> {{ .Name }} </a></li> + {{end}} + </ul> + </nav> - <aside class="contact"> - <h3 class="contact-head">Contact me</h3> - <ul class="contact-list"> - <li><a href="mailto:alan@alanpearce.uk"><span itemprop="email">alan@alanpearce.uk</span></a></li> - <li><a itemprop="url" href="https://twitter.com/alanpearceuk">Twitter</a></li> - </ul> - </aside> + <aside class="contact"> + <h3 class="contact-head">Contact me</h3> + <ul class="contact-list"> + <li><a href="mailto:alan@alanpearce.uk"><span itemprop="email">alan@alanpearce.uk</span></a></li> + <li><a itemprop="url" href="https://twitter.com/alanpearceuk">Twitter</a></li> + </ul> + </aside> + </header> <footer> Licensed under a <a rel="license" itemprop="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. |