Skip to content

Commit 1016379

Browse files
davlgdcnivolle
andauthored
fix: default archetype date, to prevent vale error in CI (#643)
## Describe your PR Vale is not working anymore in CI. This PR fixes the default archetype to avoid the error Co-authored-by: Clément Nivolle <cnivolle@gmail.com>
1 parent 80b8f1a commit 1016379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archetypes/default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
33
description:
4-
date: {{ .Date }}
4+
date: '{{ .Date }}'
55
draft: true
66
type: docs
77
---

0 commit comments

Comments
 (0)