Fix card messages

This commit is contained in:
Landon Taylor 2025-06-10 12:55:15 -06:00
parent 97a31721d0
commit ad1a614ff3

View File

@ -22,7 +22,7 @@
<span class="subtitle">{{ .Params.subtitle }}</span>
{{ end }}
</h3>
<p>{{ .Content | truncate 250 }}</p>
<p>{{ .Content | plainify | truncate 125 }}</p>
<a href="{{ .RelPermalink }}" style="position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-indent:-9999px;overflow:hidden;">{{ .Title }}</a>
</article>
{{ end }}