From be1a85a50ca022f97b3b5fd8e4ea6af5466ec730 Mon Sep 17 00:00:00 2001 From: Matt DeCamp Date: Thu, 8 Jun 2023 15:18:07 -0400 Subject: [PATCH] swapped data variables to point to site.json --- src/includes/partials/meta.njk | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/includes/partials/meta.njk b/src/includes/partials/meta.njk index 8fc2081..9c46eb7 100644 --- a/src/includes/partials/meta.njk +++ b/src/includes/partials/meta.njk @@ -1,14 +1,13 @@ -{%- set absolutePageUrl -%}{{ page.url | url | absoluteUrl(meta.url) }}{%- endset -%} {# General #} - - + + {# Open Graph #} - - - - - + + + + + {# Favicon #} @@ -22,4 +21,4 @@ {# RSS #} - \ No newline at end of file + \ No newline at end of file