2025-2-26-fixed
This commit is contained in:
10
themes/fluid/layout/_partials/post/sidebar-right.ejs
Normal file
10
themes/fluid/layout/_partials/post/sidebar-right.ejs
Normal file
@ -0,0 +1,10 @@
|
||||
<% if(theme.post.toc.enable && theme.post.toc.placement !== 'left' && page.toc !== false){ %>
|
||||
<aside class="sidebar" style="margin-left: -1rem">
|
||||
<%- partial('_partials/post/toc') %>
|
||||
</aside>
|
||||
<% } else if (theme.post.category_bar.enable && theme.post.category_bar.placement === 'right' && !page.hide &&
|
||||
(!theme.post.category_bar.specific || (theme.post.category_bar.specific && page.category_bar))) { %>
|
||||
<aside class="sidebar category-bar" style="margin-left: -1rem">
|
||||
<%- partial('_partials/post/category-bar') %>
|
||||
</aside>
|
||||
<% } %>
|
||||
Reference in New Issue
Block a user