summaryrefslogtreecommitdiffstats
path: root/layouts/partials/post-meta.html
diff options
context:
space:
mode:
authoramzrk22020-06-16 14:00:53 +0800
committeramzrk22020-06-16 14:00:53 +0800
commitc42924047c6f654c4723746790e041f8907ed378 (patch)
tree9d826ac811c3861da8ce9e7938d35a3147f4db36 /layouts/partials/post-meta.html
parente7587236dbe98775315619d4f3b8d3f335001583 (diff)
downloadhugo-theme-fuji-c42924047c6f654c4723746790e041f8907ed378.tar.gz
hugo-theme-fuji-c42924047c6f654c4723746790e041f8907ed378.tar.bz2
hugo-theme-fuji-c42924047c6f654c4723746790e041f8907ed378.zip
Searching now works
Diffstat (limited to 'layouts/partials/post-meta.html')
-rw-r--r--layouts/partials/post-meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html
index 5176053..3e366e7 100644
--- a/layouts/partials/post-meta.html
+++ b/layouts/partials/post-meta.html
@@ -1 +1 @@
-<span><ion-icon name="today"></ion-icon></ion-icon>&nbsp;{{ .Date.Format "2006-01-02" }}</span>{{ if .Site.Params.showWordCounter }}<span><ion-icon name="file-tray"></ion-icon>&nbsp;{{ .WordCount }}{{ i18n "postMetaWordCount" }}</span>{{ end }}{{ if .Site.Params.showReadTime }}<span><ion-icon name="stopwatch"></ion-icon>&nbsp;{{ .ReadingTime }}{{ i18n "postMetaReadingTime" }}</span>{{ end }}<span><ion-icon name="pricetags"></ion-icon>&nbsp;{{ if .Params.tags }}{{ range .Params.tags }}<a href="{{ "/tags/" | relURL }}{{ . | urlize}}">{{ . }}</a>&nbsp;{{ end }}{{ else }}{{ i18n "postMetaNoTag" }}{{ end }}</span> \ No newline at end of file
+<span><ion-icon name="today"></ion-icon>&nbsp;{{ .Date.Format "2006-01-02" }}</span>{{ if .Site.Params.showWordCounter }}<span><ion-icon name="file-tray"></ion-icon>&nbsp;{{ .WordCount }}{{ i18n "postMetaWordCount" }}</span>{{ end }}{{ if .Site.Params.showReadTime }}<span><ion-icon name="stopwatch"></ion-icon>&nbsp;{{ .ReadingTime }}{{ i18n "postMetaReadingTime" }}</span>{{ end }}<span><ion-icon name="pricetags"></ion-icon>&nbsp;{{ if .Params.tags }}{{ range .Params.tags }}<a href="{{ "/tags/" | relURL }}{{ . | urlize}}">{{ . }}</a>&nbsp;{{ end }}{{ else }}{{ i18n "postMetaNoTag" }}{{ end }}</span> \ No newline at end of file