about summary refs log tree commit diff stats
path: root/layouts
diff options
context:
space:
mode:
authorAlan Pearce2017-06-23 13:15:55 +0200
committerAlan Pearce2017-06-23 13:15:55 +0200
commit006a4301a31495ef2c35da2d1abb2d7812c7b382 (patch)
treea05c1e7d973c9cd47bd75c0471f47a13e0614575 /layouts
parenta589dc2be7482a507716c2b312995a828ec809fb (diff)
downloadhyde-006a4301a31495ef2c35da2d1abb2d7812c7b382.tar.lz
hyde-006a4301a31495ef2c35da2d1abb2d7812c7b382.tar.zst
hyde-006a4301a31495ef2c35da2d1abb2d7812c7b382.zip
Make h-card representative
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index ba935ae..5b23f00 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -13,7 +13,7 @@
 				<nav>
 					<ul class="sidebar-nav">
 						{{ range .Site.Menus.main }}
-						<li><a href="{{.URL}}" class="u-url url" itemprop="url"> {{ .Name }} </a></li>
+						<li><a href="{{.URL}}" class="u-url url"{{ if eq .URL "/" }} rel="me" {{ end }}itemprop="url"> {{ .Name }} </a></li>
 						{{end}}
 					</ul>
 				</nav>