We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcec943 commit d05947dCopy full SHA for d05947d
layouts/blog/list.html
@@ -16,7 +16,9 @@
16
<li class="td-blog-posts-list__item">
17
<div class="td-blog-posts-list__body">
18
<h5 class="mt-0 mb-1"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h5>
19
- <p class="mb-2 mb-md-3"><small class="text-body-secondary">{{ .Date.Format ($.Param "time_format_blog") }} {{ T "ui_in"}} {{ .CurrentSection.LinkTitle }}</small></p>
+ <p class="mb-2 mb-md-3"><small class="text-body-secondary">
20
+ {{- .Date.Format ($.Param "time_format_blog") }} {{ T "ui_in"}} {{ .CurrentSection.LinkTitle -}}
21
+ </small></p>
22
<header class="article-meta">
23
{{- partial "taxonomy_terms_article_wrapper.html" . -}}
24
{{ if (and (not .Params.hide_readingtime) (.Site.Params.ui.readingtime.enable)) -}}
0 commit comments