You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
429 B

5 years ago
<% if (showCover == true) { %>
<div class="cover-wrapper">
5 years ago
<cover class='cover <%- page.layout %> <%- is_home() ? theme.cover.height : "half" %>'>
5 years ago
<% if (theme.cover.scheme == 'search') { %>
<%- partial('../_cover/search') %>
<% } %>
5 years ago
</cover>
5 years ago
<%- partial('header', null, {cache: false, path: path}) %>
5 years ago
</div>
<% } else { %>
5 years ago
<%- partial('header', null, {cache: false, path: path}) %>
5 years ago
<% } %>