第三次作业题目和答案(未公布)
This commit is contained in:
commit
b01ba87404
102 changed files with 8693 additions and 0 deletions
5
themes/landscape/layout/_partial/mobile-nav.ejs
Normal file
5
themes/landscape/layout/_partial/mobile-nav.ejs
Normal file
|
@ -0,0 +1,5 @@
|
|||
<nav id="mobile-nav">
|
||||
<% for (var i in theme.menu){ %>
|
||||
<a href="<%- url_for(theme.menu[i]) %>" class="mobile-nav-link"><%= i %></a>
|
||||
<% } %>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue