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

github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDurand D'souza <durand1@gmail.com>2016-09-21 09:20:34 +0300
committerDurand D'souza <durand1@gmail.com>2016-09-21 09:20:34 +0300
commit73c7a6abfaf9a86f99a9a9021df0e99d15addb8c (patch)
tree17d33b486452f958970baa1e91acd3c5089b5da0
parent0f3389bffc39e29dbf655c091958a69bec7e8d22 (diff)
Removed read-time-index.html
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 05a26eb..2a11c88 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -41,7 +41,7 @@
<span class="entry-date date published updated"><time datetime="{{ .Date }}"><a href="{{ .Permalink }}">{{ .Date.Format "Jan 2, 2006" }}</a></time></span>
<span class="entry-reading-time">
<i class="fa fa-clock-o"></i>
- {{ partial "read-time-index.html" . }}
+ Reading time ~{{ if le .ReadingTime 1 }}1 minute{{ else }}{{ .ReadingTime }} minutes{{ end }}
</span><!-- /.entry-reading-time -->
</div><!-- /.entry-meta -->
{{ if .Params.link }}