From 4fe1beb00aefa81f68c01cd7d467e150220b2c67 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Mon, 26 Oct 2020 06:42:07 -0400 Subject: [PATCH] taskpaper: fix top-level project --- tpl/course.taskpaper.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/course.taskpaper.tpl b/tpl/course.taskpaper.tpl index dae9472..df97458 100644 --- a/tpl/course.taskpaper.tpl +++ b/tpl/course.taskpaper.tpl @@ -1,4 +1,4 @@ -- {{.Project}} @parallel(true) @autodone(false) @context(Place : IUS) @tags(Place : IUS) @defer(2019-12-20 00:00) +{{.Project}}: @parallel(true) @autodone(false) @context(Place : IUS) @tags(Place : IUS) @defer(2019-12-20 00:00) Assignments: @parallel(false) @autodone(false) @context(Place : IUS) @tags(Place : IUS) {{- range $key, $value := .Assignments}} - {{$value.Title}} @context(Place : IUS) @tags(Place : IUS) @due({{getDate $value.Assigned}} {{dueTime}})