mirror of
https://github.com/MeiK2333/github-style.git
synced 2025-10-06 17:44:05 +00:00
fix(archetypes) Fix default archetypes syntax
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
+++
|
||||
title: ""
|
||||
date: ""
|
||||
author: ""
|
||||
keywords: ["", ""]
|
||||
cover: ""
|
||||
summary: ""
|
||||
title = ""
|
||||
date = {{ .Date }}
|
||||
author = ""
|
||||
keywords = ["", ""]
|
||||
cover = ""
|
||||
summary = ""
|
||||
+++
|
||||
|
Reference in New Issue
Block a user