| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f1ddd10 commit 07bfaa3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -210,8 +210,8 @@ const engine_twig_php = { | |||
| 210 | 210 | // get the path to the top-level folder of this pattern | |
| 211 | 211 | // ex. /Users/bradfrost/sites/pattern-lab/packages/edition-twig/source/_patterns/00-atoms | |
| 212 | 212 | const fullFolderPath = `${ | |
| 213 | - tempPartial.split(selectedNamespace[0].id)[0] | ||
| 214 | - }${selectedNamespace[0].id}`; | ||
| 213 | + tempPartial.split(selectedNamespace[0].paths[index])[0] | ||
| 214 | + }${selectedNamespace[0].paths[index]}`; | ||
| 215 | 215 | ||
| 216 | 216 | // then tease out the folder name itself (including the # prefix) | |
| 217 | 217 | // ex. 00-atoms | |
| Back | FazBrowse Home | New Git URL |
0 commit comments