mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2024-11-28 20:03:50 +01:00
Finally made this basis
This commit is contained in:
parent
1477df04d3
commit
5373f338b9
8
archetypes/rambles/default.md
Normal file
8
archetypes/rambles/default.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
author: "$HUMANOID"
|
||||
tags: ["", ""]
|
||||
description: "This is the default article description"
|
||||
draft: true
|
||||
---
|
Loading…
Reference in a new issue