Skip to content

Commit

Permalink
Merge pull request spf13#8 from philgs/patch-1
Browse files Browse the repository at this point in the history
Lowercase variables for .Site.Params
  • Loading branch information
spf13 committed May 1, 2015
2 parents 47f2ba8 + 9ea795e commit 717a8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="sidebar-about">
<h1>{{ .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}}
{{ 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>
</div>

Expand All @@ -14,6 +14,6 @@ <h1>{{ .Site.Title }}</h1>
{{end}}
</ul>

<p>{{ with .Site.Params.Copyright }}{{.}}{{ else }}&copy; {{.Now.Format "2006"}}. All rights reserved. {{end}}</p>
<p>{{ with .Site.Params.copyright }}{{.}}{{ else }}&copy; {{.Now.Format "2006"}}. All rights reserved. {{end}}</p>
</div>
</div>

0 comments on commit 717a8f0

Please sign in to comment.