From 5d4c3c03c65417abf4dc5fdbf4aa9eef23fd716b Mon Sep 17 00:00:00 2001 From: Dirk Kelly Date: Tue, 6 Mar 2018 20:37:41 -0700 Subject: [PATCH] Update data-templates.md corrected partials directory in example --- content/templates/data-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/data-templates.md b/content/templates/data-templates.md index 5eac66a97..385bd10a8 100644 --- a/content/templates/data-templates.md +++ b/content/templates/data-templates.md @@ -81,7 +81,7 @@ You can now render the list of recordings for all the bass players in a template {{ end }} ``` -And then in the `partial/artist.html`: +And then in the `partials/artist.html`: ```