We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da81a3b commit 5803695Copy full SHA for 5803695
layouts/compliance/list.html
@@ -21,7 +21,7 @@ <h1 class="font-h1 mb-8">{{ .Title }}</h1>
21
<h2 class="font-h2 mb-4">
22
<a class="text-link" href="{{ .RelPermalink }}">{{ .Params.cardtitle }}</a>
23
</h2>
24
- <p class="font-p">{{ .Params.cardtext}}</p>
+ <p class="font-p">{{ .Params.cardtext }}</p>
25
</div>
26
</article>
27
{{ end }}
0 commit comments