From f0cea1bf6edf329ef7342067308ad25f37d43c6f Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 15 Sep 2024 14:11:04 -0400 Subject: [PATCH] add source property to coloring page and dot to dot templates --- _Templates/Coloring Page.md | 1 + _Templates/Dot to Dot.md | 1 + 2 files changed, 2 insertions(+) diff --git a/_Templates/Coloring Page.md b/_Templates/Coloring Page.md index fbca5a1..257e260 100644 --- a/_Templates/Coloring Page.md +++ b/_Templates/Coloring Page.md @@ -12,6 +12,7 @@ title: "{{title:text:the_source_filename}}" created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}" started_date: "yyyy-mm-dd" completed_date: "yyyy-mm-dd" +source: "{{source}}" --- ## To Do - [ ] Cleanup tags diff --git a/_Templates/Dot to Dot.md b/_Templates/Dot to Dot.md index fa83687..9fc163f 100644 --- a/_Templates/Dot to Dot.md +++ b/_Templates/Dot to Dot.md @@ -12,6 +12,7 @@ title: "{{title:text:the_source_filename}}" created_ts: "{{created:currentDate:yyyy-MM-dd TTZZ}}" started_date: "yyyy-mm-dd" completed_date: "yyyy-mm-dd" +source: "{{source}}" --- ## To Do - [ ] Cleanup tags