From f7ff0818711b4bafb4577c67c1fc73541b6c1ac6 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sun, 4 Jul 2021 23:22:43 +0800 Subject: [PATCH] animated avatar --- layout/_partial/sidebar/logo.ejs | 3 +++ 1 file changed, 3 insertions(+) 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 += '
'; }