From 36ee60a4ee028999c0ea3ee14216f49f9a704a37 Mon Sep 17 00:00:00 2001
From: Karol Kania <999044+khanyooh@users.noreply.github.com>
Date: Fri, 04 Dec 2020 22:46:51 +0000
Subject: [PATCH] animatedLoadingSetting - animations should be enabled by default -- backward compatible behaviour
---
layouts/partials/sidebar.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index d8e805c..8595ef3 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,4 +1,4 @@
-<div class="sidebar {{ with .Site.Params.animatedLoading }} animated fadeInDown {{ end }}">
+<div class="sidebar{{ with .Site.Params.doNotLoadAnimations }} . {{ else }} animated fadeInDown {{ end }}">
<div class="logo-title">
<div class="title">
<img src="{{ .Site.Params.profilePicture | absURL }}" alt="profile picture">
--
Gitblit v1.10.0