mirror of
https://github.com/WarlockFish/WarlockFish.github.io.git
synced 2026-02-12 14:45:14 +08:00
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
<aside id="sidebar"<% if (theme.sidebar === 'bottom'){ %> class="outer"<% } %>>
|
|
<% theme.widgets.forEach(function(widget){ %>
|
|
<%- partial('_widget/' + widget) %>
|
|
<% }) %>
|
|
</aside> |