Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pravin/hugo-theme-prav.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiaopengli89 <x.friday@outlook.com>2020-05-20 15:39:38 +0300
committerxiaopengli89 <x.friday@outlook.com>2020-05-20 15:39:38 +0300
commit85dfbaf0a5614f59fca0bd87d2ef775f6567b7bc (patch)
tree8d9a982c38226824196654c8f5713082cb731a4b
parentf87b655f0613de7352d61424effa91779ed90f74 (diff)
fix: replace tab with space
-rw-r--r--layouts/partials/render_single_article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/render_single_article.html b/layouts/partials/render_single_article.html
index 5f9a4cb..2207b7a 100644
--- a/layouts/partials/render_single_article.html
+++ b/layouts/partials/render_single_article.html
@@ -1,7 +1,7 @@
{{ if or (.Date) (ne .Params.Kind "page") }}
<div class="date">
<time pubdate="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "January 2, 2006" }}</time>
- <span class="author">by {{ .Params.author }}</span>
+ <span class="author">by {{ .Params.author }}</span>
</div>
{{ end }}
<article>