|
|
@@ -17,7 +17,7 @@
|
|
|
<span class="posted-on">
|
|
|
<i class="fa fa-calendar" aria-hidden="true"></i>
|
|
|
<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">
|
|
|
- {{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}
|
|
|
+ {{ .Date | time.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}
|
|
|
</time>
|
|
|
</span>
|
|
|
<span class="reading-time">
|