23 lines
703 B
Plaintext
23 lines
703 B
Plaintext
<aside class="wrap-side-operation">
|
|
<div class="mod-side-operation">
|
|
<% if (theme.top){ %>
|
|
<div class="jump-container" id="js-jump-container" style="display:none;">
|
|
<a href="#top" >
|
|
<i class="icon icon-chevron-up"></i>
|
|
</a>
|
|
</div>
|
|
<% } %>
|
|
<% if (is_post() && ((theme.toc === 1 && post.toc) || theme.toc === 2)){ %>
|
|
<div class="toc-container tooltip-left">
|
|
<i class="icon icon-list"></i>
|
|
<div class="tooltip tooltip-east">
|
|
<span class="tooltip-content">
|
|
<div class="toc-article">
|
|
<%- toc(post.content) || theme.toc_empty_wording %>
|
|
</div>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
<% } %>
|
|
</div>
|
|
</aside> |