Ensure description param is used.

This commit is contained in:
Andy Duncan 2018-11-15 00:00:23 -05:00
parent cd09f253f6
commit 9208f5a290

View File

@ -9,7 +9,7 @@
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title"> <h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
{{ .Title | default .Site.Title }} {{ .Title | default .Site.Title }}
</h1> </h1>
{{ with .Params.description }} {{ with .Param "description" }}
<h2 class="fw1 f5 f3-l white-80 measure-wide-l center mt3"> <h2 class="fw1 f5 f3-l white-80 measure-wide-l center mt3">
{{ . }} {{ . }}
</h2> </h2>