🐛 Fix: fix collection aside style

This commit is contained in:
Cell
2023-12-29 23:06:09 +08:00
parent 2ebc77797c
commit 90032a4471
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
{{- $toc := .Scratch.Get "toc" -}}
{{- $tocEmpty := eq .TableOfContents `<nav id="TableOfContents"></nav>` -}}
<aside class="aside-collection" aria-label="{{ T "collections" }}">
<aside class="aside-collection animate__animated animate__fadeIn animate__faster" aria-label="{{ T "collections" }}">
{{- /* Collection List */ -}}
{{- partial "single/collection-list.html" . -}}
{{- /* Custom part for aside */ -}}