Trent Millar
Trent Millar
change `_includes/JB/setup` from ```` {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %} ```` to ```` {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{% endcapture %} ```` Not sure if this...
I installed a theme and it expects ```` {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %} ```` Just expect to do a tweak or two to get it...
> closes #692 > > I haven't done anything with the website docs yet but can if this is approved. ~~I haven't done anything with the website docs yet but...
I need this too and will push back here.
This seems to be a problem with JQuery's _each_ function, I had this issue using jquery version 1.10.x. I decided to use another approach so I am not continuing with...