From 26156bc9b19fe02a6679f741c9d936aad18a2e85 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 26 Aug 2021 13:22:51 +0300 Subject: add track info and templates --- templates/music-project.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/music-project.md (limited to 'templates/music-project.md') diff --git a/templates/music-project.md b/templates/music-project.md new file mode 100644 index 0000000..f8c42a7 --- /dev/null +++ b/templates/music-project.md @@ -0,0 +1,13 @@ +--- +title: {{ title }} +start_date: {{ startdate }} +end_date: {{ enddate }} +status: {{ status }} +description: {{ description }} +tags: {{ tags }} +roles: {{ roles }} +permalink: {{ permalink }} +logo: {{ logo }} +other: {{ other }} +--- + -- cgit v1.2.3