Reorx
a4d7eb3419
just replace absLangURL with absURL, stop using DisableLanguageSwitch
...
start from this commit, PaperModX will no longer support multi language site,
post still have language, but there won't be /zh, /zh/archives pages
2022-05-05 00:57:34 +08:00
Aditya Telange
575cc0ca8c
Use `site` function instead of `.Site` or `$.Site`
...
- The site function provides global access to the same data as the .Site page method.
- Current context (`.`) is never considered.
2022-03-27 18:44:06 +05:30
Aditya Telange
196b82645e
Fix Spacing in overall repo
2021-03-30 18:26:43 +05:30
Aditya Telange
fe94d7f347
Revert "Remove trailing and leading slashes off the $url for Breadcrumb gen;"
...
This reverts commit 0f0e027def
.
2021-03-28 20:14:11 +05:30
Aditya Telange
0f0e027def
Remove trailing and leading slashes off the $url for Breadcrumb gen;
...
so that no empty values remain in []interface
fixes : #331
2021-03-28 19:25:09 +05:30
Jason Lavoie
5e05ed6543
Enforce language url subsitution on path boundary for breadcrumbs ( #254 )
...
* Without this, the section name gets mangled when the language was a
sub-string of the section. For example, under 'en', a section named
"fragment" changes to "fragmt".
2021-02-22 11:30:04 +05:30
Aditya Telange
034da04180
use local scratch var in breadcrumbs
...
- fix undisplayed breadcrumbs in section pages
having pagination
2021-02-10 21:43:45 +05:30
Aditya Telange
43ddff0fde
breadcrumb nav as partial
2021-02-08 20:28:55 +05:30