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,10 +1,10 @@
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
<% tp.file.include('[[Frontmatter (Template)]]') %>
# [[<% tp.file.title %>]]
## 📝 Notes
-
-
## 📋 Table of Contents

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,5 +1,5 @@
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
<% tp.file.include('[[Frontmatter (Template)]]') %>
# [[<% tp.file.title %>]]
<% tp.file.cursor() %>
@@ -8,4 +8,4 @@
## 📇 Additional Metadata
- 🗂 Type:: #type/note
- 🗂 Type:: #type/note