From 7c76b55a1c1412579d4556075e5a4d92060c695f Mon Sep 17 00:00:00 2001
From: Timothée Andres <andres.timothee@gmail.com>
Date: Sat, 28 Feb 2026 13:04:38 +0000
Subject: [PATCH] fix: add animation on 404 content and mobile footer (#559)

---
 layouts/partials/sidebar.html |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index b3d3a59..242bfc2 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,11 +1,11 @@
-<div
-  class="sidebar{{ with .Site.Params.doNotLoadAnimations }}
-    .
-  {{ else }}
-    animated fadeInDown
-  {{ end }}"
->
-  <div class="sidebar__content">
+<div class="sidebar">
+  <div
+    class="sidebar__content {{ with .Site.Params.doNotLoadAnimations }}
+      .
+    {{ else }}
+      animated fadeInDown
+    {{ end }}"
+  >
     <div class="sidebar__introduction">
       <img
         class="sidebar__introduction-profileimage"

--
Gitblit v1.10.0