Skip to content

Commit d05947d

Browse files
committed
Formatting adjustment
1 parent bcec943 commit d05947d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

layouts/blog/list.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
<li class="td-blog-posts-list__item">
1717
<div class="td-blog-posts-list__body">
1818
<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>
19+
<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>
2022
<header class="article-meta">
2123
{{- partial "taxonomy_terms_article_wrapper.html" . -}}
2224
{{ if (and (not .Params.hide_readingtime) (.Site.Params.ui.readingtime.enable)) -}}

0 commit comments

Comments
 (0)