Fix card messages
This commit is contained in:
@@ -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 }}
|
||||||
|
Reference in New Issue
Block a user