about summary refs log tree commit diff stats
path: root/layouts
diff options
context:
space:
mode:
authorAlan Pearce2017-06-17 16:52:34 +0200
committerAlan Pearce2017-06-17 16:52:34 +0200
commit8d6d7d29ba164f128ff52a1ed4ecda9772156e88 (patch)
treed35547ccd44c4237d9a7bb831150f0f258712e87 /layouts
parent097c6c42dc00bb730581a79b9daa11f0f2e63969 (diff)
downloadhyde-8d6d7d29ba164f128ff52a1ed4ecda9772156e88.tar.lz
hyde-8d6d7d29ba164f128ff52a1ed4ecda9772156e88.tar.zst
hyde-8d6d7d29ba164f128ff52a1ed4ecda9772156e88.zip
Make site lead a note for h-card
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..9d57c7c 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -6,7 +6,7 @@
 				<span class="site-title u-name fn" itemprop="name">{{ .Site.Title }}</span>
 				{{ end }}
 
-				<p class="lead">
+				<p class="lead p-note">
 					{{ 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>