fix: include proper frontmatter template

This commit is contained in:
Ben Hong
2022-02-13 22:46:49 -05:00
parent d9621d78e9
commit 1641337897
3 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<% tp.file.include('[[Frontmatter (Section Template)]]') %> <% tp.file.include('[[Frontmatter (Template)]]') %>
# [[<% tp.file.title %>]] # [[<% tp.file.title %>]]

View 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:
---

View File

@@ -1,4 +1,4 @@
<% tp.file.include('[[Frontmatter (Section Template)]]') %> <% tp.file.include('[[Frontmatter (Template)]]') %>
# [[<% tp.file.title %>]] # [[<% tp.file.title %>]]