lua_func archetype, fix displaying of articles

This commit is contained in:
magmaus3 2023-08-09 22:50:55 +02:00
parent c70fc2403c
commit f485daaed5
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251
7 changed files with 24 additions and 4 deletions

View file

@ -1,6 +1,5 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

15
archetypes/lua_func.md Normal file
View file

@ -0,0 +1,15 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
---
# `{{ .Name }}` {{ short_description }}
## Usage
{{ .Name }}(required, [optional]) <!-- type these in manually -->
<!--
optional arguments are written in square brackets
below you can add examples
--->