Skip to content

Commit 5803695

Browse files
committed
fixed formatting
1 parent da81a3b commit 5803695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/compliance/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1 class="font-h1 mb-8">{{ .Title }}</h1>
2121
<h2 class="font-h2 mb-4">
2222
<a class="text-link" href="{{ .RelPermalink }}">{{ .Params.cardtitle }}</a>
2323
</h2>
24-
<p class="font-p">{{ .Params.cardtext}}</p>
24+
<p class="font-p">{{ .Params.cardtext }}</p>
2525
</div>
2626
</article>
2727
{{ end }}

0 commit comments

Comments
 (0)