Add {description,title}_class config
parent
5d9cf618a5
commit
1f7eca9b71
@ -1,5 +1,5 @@
|
||||
{{ with .Description }}
|
||||
{{ $class := $.Params.paige.description_class | default "lead text-center" }}
|
||||
{{ $class := $.Param "paige.description_class" | default "lead text-center" }}
|
||||
|
||||
<p class="{{ $class }}">{{ . | markdownify }}</p>
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue