summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-06-15 19:52:15 +0200
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-06-15 19:52:15 +0200
commit01322efeb2c8b0521d66de459cbe3b9d71e1259e (patch)
tree1ad7e7233a85bfbaa08f1ac0d4368f3321fe841a /layouts/_default/single.html
parentac7ec7386b36d5798a843dd5262200ec9b58109b (diff)
Cleanup and Fixes
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index b3554ca..80217af 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -4,7 +4,7 @@
{{ if ne .Type "page" -}}
<div class="post-date">
- <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "Jan 2, 2006" }}</time> ยท {{ .ReadingTime }} min read
+ <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z0700" }}">{{ .Date.Format "Jan 2, 2006" }}</time> &middot; {{ .ReadingTime }} min read
</div>
{{- end }}