Add description_class page param
parent
971b0c4f41
commit
7319719c33
@ -1,3 +1,5 @@
|
||||
{{ with .Description }}
|
||||
<p class="lead text-center">{{ . | markdownify }}</p>
|
||||
{{ $class := $.Params.paige.description_class | default "lead text-center" }}
|
||||
|
||||
<p class="{{ $class }}">{{ . | markdownify }}</p>
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue