Fix card messages
This commit is contained in:
parent
97a31721d0
commit
ad1a614ff3
@ -22,7 +22,7 @@
|
|||||||
<span class="subtitle">{{ .Params.subtitle }}</span>
|
<span class="subtitle">{{ .Params.subtitle }}</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</h3>
|
</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>
|
<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>
|
</article>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user