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

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuanfei He <lhe868@gmail.com>2020-07-08 17:25:01 +0300
committerYuanfei He <lhe868@gmail.com>2020-07-10 18:13:19 +0300
commit17f4f09b988bda6da8116982bffbeec52421a0f1 (patch)
treee96f468fc869de10eff071167a28388c03e7908b
parent0a0a1877cebe085e998cea17fd9911fb5b4ee7f8 (diff)
:art: add categories to home post list
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index faf40fc..a26e8dc 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -48,7 +48,7 @@
{{ range . }}
<a class="btn btn-default btn-xs text-capitalize" href="/categories/{{ . | urlize }}"> {{ . }}</a>
{{ end }}
- |
+ |
{{ end }}
<span><ion-icon name="ios-podium"></ion-icon>Word Count: {{ .WordCount }}&nbsp;&nbsp; |
<ion-icon name="ios-time"></ion-icon> Reading Time: {{ .ReadingTime }} Minute&nbsp;&nbsp;</span>