Skip to content

Commit 1b333fe

Browse files
chore: change contents template file
1 parent 81c0b01 commit 1b333fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archetypes/default.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: '{{ replace .File.ContentBaseName `-` ` ` | title }}'
2+
title: {{ replace .File.ContentBaseName `-` ` ` | title }}
33
description: description of this post
44
slug: slug
5-
date: '{{ .Date }}'
5+
date: {{ .Date | time.Format "2006-01-02 15:04:05+0700" }}
66
categories:
77
- category
88
tags:

0 commit comments

Comments
 (0)