Add id to archetype

This commit is contained in:
Will Faught
2023-09-23 12:58:23 -07:00
parent 43766f328e
commit 47f9b70ca5

View File

@@ -3,6 +3,7 @@ categories = []
date = "{{ .Date }}"
description = ""
draft = true
id = "{{ print .File.Path now.UnixNano | sha1 }}"
link = ""
tags = []
title = "{{ replace .Name "-" " " | title }}"