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

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-03-24 21:17:06 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-24 21:17:06 +0300
commit0181a08d41235bf31c6d70bdbb9bc57727dbdff7 (patch)
tree0c2ff8c9fa139063732fe2c5b8f75335e659afdd /layouts
parentd661e2364d4a36ff78df1da3bf75eb0080e1ca5f (diff)
Added reading time icon
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 610b7c9..8a8168e 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -20,7 +20,8 @@
{{ end }}
</span>
{{- end }}
- &nbsp;&nbsp;{{.ReadingTime }} min
+ <i class="iconfont icon-timer"></i>
+ {{.ReadingTime }} min
</div>
</header>
<div class="post-content">
@@ -108,4 +109,3 @@
</div>
</article>
{{- end }}
-