hexo-theme-keep/layout/_partial/tools.ejs

18 lines
508 B
Plaintext
Raw Normal View History

<div class="tools-container">
<ul class="tools-list">
<!-- TOC aside toggle -->
<% if (theme.toc.enable) { %>
<li class="tools-item page-aside-toggle">
<i class="fas fa-outdent"></i>
2020-04-02 22:07:55 +08:00
</li>
<% } %>
<!-- go comment -->
<% if (theme.comment.valine.enable || theme.comment.gitalk.enable) { %>
<li class="go-comment">
<i class="fas fa-comment"></i>
2020-04-15 22:30:24 +08:00
</li>
<% } %>
</ul>
</div>