Files
paige-hugo/archetypes/default.md
2023-09-23 12:58:50 -07:00

272 B

{{- $now := now -}} +++ categories = [] date = "{{ .Date }}" description = "" draft = true id = "{{ print .File.Path $now.UnixNano | sha1 }}" link = "" tags = [] title = "{{ replace (strings.TrimPrefix (print ($now.Format 2006-01-02) -) .Name) - | title }}" +++