From 11438fddd0f82cc230107291d5effb6480fe3e36 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Mon, 7 Dec 2020 09:52:03 -0800 Subject: [PATCH] docs: Fixes embed images for modernuo.com (#334) Bumps docs to fix embed image not showing up for modernuo.com --- docs/overrides/main.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index abc170927..a22023f94 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -10,7 +10,7 @@ {% endif %} -{% set image = config.site_url ~ 'branding/android-chrome-512x512.png' %} +{% set image = config.site_url ~ '/branding/android-chrome-512x512.png' %} @@ -19,8 +19,8 @@ - - + +