fix: include proper frontmatter template
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
<% tp.file.include('[[Frontmatter (Template)]]') %>
|
||||||
|
|
||||||
# [[<% tp.file.title %>]]
|
# [[<% tp.file.title %>]]
|
||||||
|
|
||||||
|
|||||||
6
templates/Frontmatter (Template).md
Normal file
6
templates/Frontmatter (Template).md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
uuid: <% tp.file.creation_date("YYYYMMDDHHmmss") %>
|
||||||
|
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||||
|
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||||
|
alias:
|
||||||
|
---
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
<% tp.file.include('[[Frontmatter (Template)]]') %>
|
||||||
|
|
||||||
# [[<% tp.file.title %>]]
|
# [[<% tp.file.title %>]]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user