Fix list page card was breaking (#969)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
7bc37c74c7
commit
577e3a5d00
2 changed files with 3 additions and 1 deletions
2
go.sum
Normal file
2
go.sum
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240730212302-83b19f7bd3b7 h1:RRonNzaf6/Ou9PqfXeKiRywkd+9KY7SVgfGBQXqXshM=
|
||||||
|
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240730212302-83b19f7bd3b7/go.mod h1:yWw1t3trnfzv4t1lA9zh5pSsI0+kqqyg58ir8/kt6zk=
|
|
@ -8,7 +8,7 @@
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<a href="{{ .RelPermalink | relLangURL }}" class="post-card-link">
|
<a href="{{ .RelPermalink | relLangURL }}" class="post-card-link">
|
||||||
<h5 class="card-title">{{ .Title }}</h5>
|
<h5 class="card-title">{{ .Title }}</h5>
|
||||||
<p class="card-text post-summary">{{ .Summary }}</p>
|
<p class="card-text post-summary">{{ .Summary | plainify }}</p>
|
||||||
</a>
|
</a>
|
||||||
{{ if and site.Params.features.tags.enable site.Params.features.tags.on_card }}
|
{{ if and site.Params.features.tags.enable site.Params.features.tags.on_card }}
|
||||||
{{ partial "misc/tags.html" .Params.tags }}
|
{{ partial "misc/tags.html" .Params.tags }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue