fix: globals passthrough

This commit is contained in:
Cory Dransfeldt 2024-10-14 04:31:16 -07:00
parent bf875e93d2
commit ef7ccd3098
No known key found for this signature in database

View file

@ -9,4 +9,4 @@ permalink: "{{ page.permalink }}/index.html"
image: "{{ page.open_graph_image | prepend: globals.cdn_url | default: globals.avatar }}"
updated: {{ page.updated | default: null }}
---
{% render "partials/blocks/index.liquid", blocks:page.blocks %}
{% render "partials/blocks/index.liquid", blocks:page.blocks, globals:globals %}