From 18c99ce8dbb01e6ceff873c159c250e5bb2bcb19 Mon Sep 17 00:00:00 2001 From: Cassius de Leeuwe Date: Tue, 8 Sep 2020 19:45:09 +0700 Subject: [PATCH] make home lottie animation relative --- bertytech/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertytech/layouts/index.html b/bertytech/layouts/index.html index c99717896e4..5019189d250 100644 --- a/bertytech/layouts/index.html +++ b/bertytech/layouts/index.html @@ -56,6 +56,6 @@

that works with or without internet access, cellular data or trust in the ne renderer: 'svg', loop: true, autoplay: true, - path: '{{ (resources.Get "animations/distributed_web_anim.json").RelPermalink }}' + path: '.{{ (resources.Get "animations/distributed_web_anim.json").RelPermalink }}' });