diff options
author | Alejandro <[email protected]> | 2024-08-14 09:47:41 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-08-14 09:47:41 -0600 |
commit | 0e32c11ce0dc195d81a369f18babaac5aef1262e (patch) | |
tree | a9d86e34cef51c4a6f34187fd817ce0f1504af84 /archetypes | |
parent | 2a1fab7237e7b2ee090c8d5004b63c2801876a55 (diff) |
added: subject archetype
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/materias.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archetypes/materias.md b/archetypes/materias.md new file mode 100644 index 0000000..2834131 --- /dev/null +++ b/archetypes/materias.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +tags = ['subject'] +draft = true ++++ |