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