hexo-theme-stellar/layout/_partial/sidebar/logo.ejs

7 lines
269 B
Plaintext
Raw Normal View History

2021-02-19 23:33:19 +08:00
<a class='logo-wrap' href='/'>
<% if (theme.sidebar.logo.avatar != false) { %>
<div class='img'><img no-lazy src='<%- theme.sidebar.logo.avatar || config.avatar %>'/></div>
<% } %>
<div class='title'><%- theme.sidebar.logo.title || config.title %></div>
</a>