From 090978e8f861843245d1d4747b31d5458311586c Mon Sep 17 00:00:00 2001 From: Roman Axelrod Date: Thu, 13 Apr 2023 20:17:57 +0300 Subject: [PATCH] Updated swiper version --- layouts/partials/head.hbs | 2 +- layouts/partials/scripts.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.hbs b/layouts/partials/head.hbs index 8a49e58..d2ebb29 100644 --- a/layouts/partials/head.hbs +++ b/layouts/partials/head.hbs @@ -2,7 +2,7 @@ - + {{#if config.cssUrl }} {{#each config.cssUrl }} diff --git a/layouts/partials/scripts.hbs b/layouts/partials/scripts.hbs index 2d4c264..0cd3743 100644 --- a/layouts/partials/scripts.hbs +++ b/layouts/partials/scripts.hbs @@ -1,6 +1,6 @@ -{{#if config.jsUrl }} +{{#if config.jsUrl }} {{#each config.jsUrl }} {{/each}} {{/if}}