about summary refs log tree commit diff stats
path: root/layouts/partials/sidebar.html
diff options
context:
space:
mode:
authorAlan Pearce2017-07-04 20:40:28 +0200
committerAlan Pearce2017-07-04 20:40:28 +0200
commit3fb00f95d8f99fe57f3c49b3eb299c0b62af7e73 (patch)
tree603637579a90af0fb92762cc112881488909c890 /layouts/partials/sidebar.html
parent022af90cb3aa08e891639f3db47ad3bb7b47632a (diff)
parent24492a6c1b5a081847bc6f6de2d6aa7a7d32b04f (diff)
downloadhyde-3fb00f95d8f99fe57f3c49b3eb299c0b62af7e73.tar.lz
hyde-3fb00f95d8f99fe57f3c49b3eb299c0b62af7e73.tar.zst
hyde-3fb00f95d8f99fe57f3c49b3eb299c0b62af7e73.zip
Merge branch 'master' of github.com:alanpearce/hyde
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 51e68c6..53d41cf 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,7 +1,7 @@
 		<aside class="sidebar container">
 			<header class="sidebar-about h-card vcard p-author">
 				{{ if (isset .Site.Author "image") }}
-				<a class="u-url u-uid" href="{{ .Site.BaseURL }}">
+				<a class="u-url u-uid" rel="me" href="{{ .Site.BaseURL }}">
 					<img class="u-photo" src="{{ .Site.Author.image }}" width=128 height=128 />
 				</a>
 				{{ end }}
@@ -19,7 +19,7 @@
 				<nav>
 					<ul class="sidebar-nav">
 						{{ range .Site.Menus.main }}
-						<li><a href="{{.URL}}" class="u-url url"> {{ .Name }} </a></li>
+						<li><a href="{{.URL}}"> {{ .Name }} </a></li>
 						{{end}}
 					</ul>
 				</nav>
@@ -32,7 +32,7 @@
 							{{ if hasPrefix .URL "mailto:" }}
 							<a href="{{ .URL }}" class="u-email email" rel="me">{{ .Name }}</a>
 							{{ else }}
-							<a href="{{ .URL }}" rel="me">{{ .Name }}</a>
+							<a href="{{ .URL }}" class="u-url url" rel="me">{{ .Name }}</a>
 						{{ end }}
 						</li>
 						{{ end }}