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

github.com/forestryio/hugo-theme-novela.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormountainbug95 <tannersmithtn95@gmail.com>2019-09-20 23:22:33 +0300
committermountainbug95 <tannersmithtn95@gmail.com>2019-09-20 23:22:33 +0300
commitbd263cb4749e2ff6e2d8ff5489b0550c6cb57ba9 (patch)
tree2457111fe23e3f5ef1b22c148bfb179662f63aea
parentcfbd24ee4815fb56c5cf7a8e92fb6095740198a2 (diff)
remove the time to read from article header
-rw-r--r--layouts/partials/article/article_hero.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/article/article_hero.html b/layouts/partials/article/article_hero.html
index 804fce1..186a1b8 100644
--- a/layouts/partials/article/article_hero.html
+++ b/layouts/partials/article/article_hero.html
@@ -4,7 +4,7 @@
<h1 class="article-hero-heading">{{ .Page.Params.Title }}</h1>
<div class="article-hero-subtitle">
<div class="article-meta">
- {{ .Page.Date | dateFormat "January 1, 2019" }}{{ with .Page.Params.timeToRead }} ยท {{ .Page.Params.timeToRead }} min read{{ end }}
+ {{ .Page.Date | dateFormat "January 1, 2019" }}
</div>
</div>
</header>