summaryrefslogtreecommitdiff
path: root/snips/markdown.snippets
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-13 01:40:17 -0500
committerChris <[email protected]>2021-03-13 01:40:17 -0500
commit4433ad011a0ac06d48262f02a67efd05144b9ad8 (patch)
tree1be61debdf9b6b377df7372d4933f0182d276b14 /snips/markdown.snippets
parentaae481ce96cefb7fd9d459877054f38c4ae27920 (diff)
simplifying things
Diffstat (limited to 'snips/markdown.snippets')
-rw-r--r--snips/markdown.snippets10
1 files changed, 0 insertions, 10 deletions
diff --git a/snips/markdown.snippets b/snips/markdown.snippets
deleted file mode 100644
index 7e77ffb3..00000000
--- a/snips/markdown.snippets
+++ /dev/null
@@ -1,10 +0,0 @@
-snippet meta(data)? "Markdown metadata front matter" br
----
-title: $1
-date: "`!v strftime("%Y-%m-%d")`"
-image: "$2"
-author: "$3"
-tags: [$4]
----
-endsnippet
-