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.
 
 
 

15 lines
599 B

<% if (page.cover == true) { %>
<div class="cover-wrapper">
<cover class='cover <%- page.layout %> <%- is_home() ? theme.cover.height : "half" %>'>
<% if (theme.cover.scheme == 'search') { %>
<%- partial('../_cover/search') %>
<% } %>
<% if (is_home() && theme.cover.height == 'full') { %>
<div class="scroll-down"><i class="fa fa-chevron-down scroll-down-effects"></i></div>
<% } %>
</cover>
<%- partial('header', null, {cache: false, path: path}) %>
</div>
<% } else { %>
<%- partial('header', null, {cache: false, path: path}) %>
<% } %>