fix: globals passthrough
This commit is contained in:
parent
bf875e93d2
commit
ef7ccd3098
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
Reference in a new issue