Commit remaining pre-existing changes across CMS files

This commit is contained in:
root
2026-06-26 19:39:50 +02:00
parent 5bd7b2333f
commit 6add7cdfb1
23 changed files with 748 additions and 780 deletions
@@ -1,5 +1,3 @@
import Swiper from "swiper";
const AtomSliders = {
init() {
document.addEventListener("turbolinks:load", () => {
@@ -10,7 +8,7 @@ const AtomSliders = {
initArticleSlider() {
if (!document.querySelector(".article-slider")) return;
new Swiper(".articles-slider", {
new window.Swiper(".articles-slider", {
modules: [],
slidesPerView: 1,
loop: true,