update archetypes

pull/7/head
Septs 2022-12-16 13:04:07 +08:00
parent d961dbb519
commit 20f3705c72
No known key found for this signature in database
GPG Key ID: 65144037AFA516E1
1 changed files with 19 additions and 4 deletions

View File

@ -1,12 +1,27 @@
{{- $created := .Date | time | dateFormat "2006-01-02" -}}
{{- $date := time .Date -}}
{{- $created := $date.Format "2006-01-02" -}}
---
title: {{ .Name }}
description: ''
author: Aly
published: {{ $created }}
updated: {{ $created }}
translated: {{ $created }}
translators:
- Bersella AI
translators: [Bersella AI]
draft: true
---
## 译者按 {#notice}
1. TODO
1. TODO
--------
--------
## 译文修订历史 {#revise-history}
```csv
时间,备注
{{ $date.Format "2006 年 1 月 2 日" }},首次翻译。
```