add yesterdays and todays posts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
date: {{ .Date }}
|
||||
# image: ""
|
||||
lastmod: {{ now.Format "2006-01-02" }}
|
||||
showTableOfContents: false
|
||||
title: "{{ replace .File.ContentBaseName `-` ` ` | title }}"
|
||||
type: "page"
|
||||
---
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
date: {{ .Date }}
|
||||
# description: ""
|
||||
# image: ""
|
||||
lastmod: {{ now.Format "2006-01-02" }}
|
||||
showTableOfContents: false
|
||||
# tags: ["",]
|
||||
title: "{{ replace .File.ContentBaseName `-` ` ` | title }}"
|
||||
type: "post"
|
||||
---
|
||||
Reference in New Issue
Block a user