diff options
author | Alan Pearce | 2017-06-17 16:52:34 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-17 16:52:34 +0200 |
commit | 8d6d7d29ba164f128ff52a1ed4ecda9772156e88 (patch) | |
tree | d35547ccd44c4237d9a7bb831150f0f258712e87 /layouts/partials | |
parent | 097c6c42dc00bb730581a79b9daa11f0f2e63969 (diff) | |
download | hyde-8d6d7d29ba164f128ff52a1ed4ecda9772156e88.tar.lz hyde-8d6d7d29ba164f128ff52a1ed4ecda9772156e88.tar.zst hyde-8d6d7d29ba164f128ff52a1ed4ecda9772156e88.zip |
Make site lead a note for h-card
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/sidebar.html | 2 |
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> |