diff --git a/templates/layouts/example.html b/templates/layouts/example.html index 27d011ae97..344b35936b 100644 --- a/templates/layouts/example.html +++ b/templates/layouts/example.html @@ -39,8 +39,8 @@

{{ category.title }} / {{ page.title }}

{% for shader in page.extra.shader_code_paths %} - - + +
{% set code = load_data(path="static/assets/examples/" ~ shader) %}