1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:55:30 -04:00

create separate bundled archetype for new notes

[skip ci]
This commit is contained in:
2020-04-13 10:42:54 -04:00
parent 61741df3f7
commit d6b1fdf872
3 changed files with 15 additions and 5 deletions

View File

@@ -1,10 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }}
description: ""
tags:
- Tag 1
- Tag 2
image: "image.png"
draft: true
---