Vincent Prouillet
Vincent Prouillet
If you can try the `next` branch, `load_data` should now be working in your example. > I still think that codeblock naming is a common enough feature that it might...
Ah I see what's happening there. The markdown renderer thinks the `load_file` is a shortcode (I'm assuming you mean `load_data`?) but doesn't find it. You cannot use Zola functions in...
Just reopening to figure out what's happening with the load_data fn
I think adding the name to the data attr wouldn't be controversial. I'm just wondering if you can do everything style wise with `::before`
Looks like it's somehow conflicting with the built-in youtube shortcode and rendering that one instead, which is weird as it should have been replaced by the custom one.
For `get_url` with assets you're meant to pass `css/app.css` without the `static` name in it so `{{ get_url(path="css/app.css") }}` which should generate the right path. The documentation probably needs to...
Cleanup should be the first thing done on rebuild :/ It would be nice if it showed the file/folder name at least.. Something to add on most IO calls.
It should show the filename now at least in 0.13
Re-open the issue if there are still issues in 0.14
Hm that's not even a file?