第三次作业题目和答案(未公布)
This commit is contained in:
commit
b01ba87404
102 changed files with 8693 additions and 0 deletions
18
themes/landscape/layout/layout.ejs
Normal file
18
themes/landscape/layout/layout.ejs
Normal file
|
@ -0,0 +1,18 @@
|
|||
<%- partial('_partial/head') %>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="wrap">
|
||||
<%- partial('_partial/header', null, {cache: !config.relative_link}) %>
|
||||
<div class="outer">
|
||||
<section id="main"><%- body %></section>
|
||||
<% if (theme.sidebar && theme.sidebar !== 'bottom'){ %>
|
||||
<%- partial('_partial/sidebar', null, {cache: !config.relative_link}) %>
|
||||
<% } %>
|
||||
</div>
|
||||
<%- partial('_partial/footer', null, {cache: !config.relative_link}) %>
|
||||
</div>
|
||||
<%- partial('_partial/mobile-nav', null, {cache: !config.relative_link}) %>
|
||||
<%- partial('_partial/after-footer') %>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue