fix rendering of summmary on sidebar
This commit is contained in:
parent
7c08f920c2
commit
865544f67f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
{{- else if .Params.Summary -}}
|
||||
<div class="card mt-3">
|
||||
<div class="card-body">
|
||||
<h5 class="card-text">{{ .Params.Summary }}</h5>
|
||||
<h5 class="card-text">{{ .Summary }}</h5>
|
||||
</div>
|
||||
</div>
|
||||
{{- end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue