Added Description and Date Format
This commit is contained in:
parent
18987052ec
commit
2982078069
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<div class="tots_post">
|
||||
<h3 class="entry_heading">{{ .Title }}</h3>
|
||||
<h5 class="tots_date_category"> {{ .Lastmod }}</h5>
|
||||
<h5 class="tots_date_category"> {{ .Lastmod.Format "2006-01-02" }} - {{ .Description }}</h5>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
<div class="tots_post">
|
||||
<h3 class="entry_heading">{{ .Title }}</h3>
|
||||
<h5 class="tots_date_category"> {{ .Lastmod }}</h5>
|
||||
<h5 class="tots_date_category"> {{ .Lastmod.Format "2006-01-02" }} - {{ .Description }}</h5>
|
||||
|
||||
|
||||
<p>{{ .Content }}</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user