From 39d85cc63387f940dcfd6cef1a6d43d2cc4ebdf1 Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Thu, 23 Apr 2020 19:36:26 +0800
Subject: Support in-post or global APlayer

---
 archetypes/default.md | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

(limited to 'archetypes')

diff --git a/archetypes/default.md b/archetypes/default.md
index 5f12156..5943c55 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,7 +1,14 @@
 +++
 title = "{{ replace .Name "-" " " | title }}"
 date = {{ .Date }}
-description = ""
-tags = []
-noLicense = false
+description = "..."
+tags = ["...", "...", "..."]
+
+# noLicense = true # Do not show license in this post
+# playerName = "..." # Audio title or name
+# playerArtist = "..." # Audio artist
+# playerURL = "..." # Audio URL, support aac, mp3, wav and ogg
+# playerCover = "..." # Audio cover
 +++
+
+<!--more-->
-- 
cgit v1.2.3