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

7 lines
333 B
Plaintext
Raw Normal View History

2021-02-20 13:09:41 +08:00
<div class='logo-wrap'>
2021-02-21 03:13:21 +08:00
<% if (theme.sidebar.logo.avatar.src || config.avatar) { %>
<a class='img' href='<%- theme.sidebar.logo.avatar.href || "/" %>'><img no-lazy src='<%- theme.sidebar.logo.avatar.src || config.avatar %>'/></a>
<% } %>
<a class='title' href='/'><%- theme.sidebar.logo.title || config.title %></a>
2021-02-20 13:09:41 +08:00
</div>