Skip to content

Commit b4cd784

Browse files
committed
Update date formatting in updates archetype
1 parent 028290a commit b4cd784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archetypes/updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: [""]
33
title: "Meeting Minutes: {{ .Date | dateFormat "Jan 2, 2006" }}"
4-
date: "{{ .Date | dateFormat "Jan 2, 2006"}}"
4+
date: "{{ .Date }}"
55
description: "Meeting Minutes from Python Docs Editorial Board: {{ .Date | dateFormat "Jan 2, 2006" }}"
66
summary: "Meeting Minutes from Python Docs Editorial Board: {{ .Date | dateFormat "Jan 2, 2006" }}"
77
tags: ["minutes"]

0 commit comments

Comments
 (0)