From ef7ccd3098a44d58e8b0cdf747d8b4b64315e8b4 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt <hi@coryd.dev> Date: Mon, 14 Oct 2024 04:31:16 -0700 Subject: [PATCH] fix: globals passthrough --- src/pages/dynamic/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/dynamic/page.html b/src/pages/dynamic/page.html index 80d46c00..2c31f790 100644 --- a/src/pages/dynamic/page.html +++ b/src/pages/dynamic/page.html @@ -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 %} \ No newline at end of file +{% render "partials/blocks/index.liquid", blocks:page.blocks, globals:globals %} \ No newline at end of file