第三次作业题目和答案(未公布)
This commit is contained in:
commit
b01ba87404
102 changed files with 8693 additions and 0 deletions
5
themes/landscape/layout/_partial/sidebar.ejs
Normal file
5
themes/landscape/layout/_partial/sidebar.ejs
Normal file
|
@ -0,0 +1,5 @@
|
|||
<aside id="sidebar"<% if (theme.sidebar === 'bottom'){ %> class="outer"<% } %>>
|
||||
<% theme.widgets.forEach(function(widget){ %>
|
||||
<%- partial('_widget/' + widget) %>
|
||||
<% }) %>
|
||||
</aside>
|
Loading…
Add table
Add a link
Reference in a new issue