From fce8aa86c2d017d384c929f8d8ee7082b19fc1fd Mon Sep 17 00:00:00 2001 From: Topher Fangio Date: Sat, 28 Sep 2024 01:33:17 -0500 Subject: [PATCH] Update Templates.md Fix incorrect path structure in "Overriding Templates by Registering a Template Path" section. --- docs/Templates.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/Templates.md b/docs/Templates.md index bd82fa878..1c6fd33b9 100644 --- a/docs/Templates.md +++ b/docs/Templates.md @@ -280,10 +280,11 @@ seen above by creating such a path in our '/path/to/mytemplates' custom template path: /path/to/mytemplates/: - |-- class - | |-- html - | | |-- customsection.erb - | |-- setup.rb + |--default + | |-- class + | | |-- html + | | | |-- customsection.erb + | | |-- setup.rb The `setup.rb` file would look like: