commit 729543fbd16bab9b532f39475c546bd17a0c5511 parent e76c7ebb66991204718b1ac545cbf7c38c15bf84 Author: Thunder33345 <Thunder33345@users.noreply.github.com> Date: Sun, 30 Apr 2023 22:17:16 +0800 apply decorator fix Diffstat:
| M | layouts/_default/term.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/_default/term.html b/layouts/_default/term.html @@ -14,11 +14,11 @@ <div class="post-meta"> {{ if .Date }} <time class="post-date"> - {{ .Date.Format "2006-01-02" }} :: + {{ .Date.Format "2006-01-02" }} </time> {{ end }} {{ with .Params.Author }} - <span class="post-author">{{ . }}</span> + <span class="post-author"> :: {{ . }}</span> {{ end }} </div>