Add link archetype
This commit is contained in:
parent
459c55d344
commit
ea6eea2b03
1 changed files with 9 additions and 0 deletions
9
archetypes/link.md
Normal file
9
archetypes/link.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
slug: link-{{ .Name }}
|
||||
date: {{ .Date }}
|
||||
categories: links
|
||||
draft: true
|
||||
tags: []
|
||||
---
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue