aboutsummaryrefslogtreecommitdiffhomepage
path: root/archetypes/default.md
blob: 0b33ea5e07adb5c62614813c2dc8370cfaab9e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
tags: ["TODO"]
summary: |
  TODO
changelog:
  - {{ .Date.Format "2006-01-02" }}: 公開
---