less aggressive title truncation
This commit is contained in:
parent
605e251a32
commit
2baca5cf85
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<span class="card-title h4">{{ .Title | truncate 25 }}</span>
|
<span class="card-title h4">{{ .Title | truncate 28 }}</span>
|
||||||
{{ if and (not .Params.nodate) .Date -}}
|
{{ if and (not .Params.nodate) .Date -}}
|
||||||
<span class="post-meta pull-right">
|
<span class="post-meta pull-right">
|
||||||
<small>{{ .Date.Format (i18n "dateFormat") }}</small></span>
|
<small>{{ .Date.Format (i18n "dateFormat") }}</small></span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue