diff --git a/layout/_partial/sidebar/logo.ejs b/layout/_partial/sidebar/logo.ejs index 9c288ca..cce9eb2 100644 --- a/layout/_partial/sidebar/logo.ejs +++ b/layout/_partial/sidebar/logo.ejs @@ -32,6 +32,9 @@ function layoutDiv() { el += '
'; if (md_text(theme.sidebar.logo.avatar)) { el += ''; + if (theme.style.animated_avatar.animate) { + el += '
'; + } el += ''; el += '
'; }