update index layout
This commit is contained in:
@ -77,8 +77,7 @@
|
|||||||
<div class="me-auto">
|
<div class="me-auto">
|
||||||
<!-- posted date -->
|
<!-- posted date -->
|
||||||
<i class="far fa-calendar fa-fw me-1"></i>
|
<i class="far fa-calendar fa-fw me-1"></i>
|
||||||
{{ $dateFormat := .Site.Params.dateFormat | default "Jan 2, 2006" }}
|
{{ partial "datetime.html" (dict "date" .Date) }}
|
||||||
<time datetime="{{ .Date.Format "Jan 2, 2006" }}">{{ .Date.Format $dateFormat }}</time>
|
|
||||||
|
|
||||||
<!-- categories -->
|
<!-- categories -->
|
||||||
{{ if .Params.categories }}
|
{{ if .Params.categories }}
|
||||||
|
Reference in New Issue
Block a user