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.

16 lines
595 B

4 years ago
<% if (page.cover == true) { %>
5 years ago
<div class="cover-wrapper">
5 years ago
<cover class='cover <%- page.layout %> <%- is_home() ? theme.cover.height : "half" %>'>
4 years ago
<% if (theme.cover.scheme == 'docs') { %>
<%- partial('../_cover/docs') %>
5 years ago
<% } %>
<% if (is_home() && theme.cover.height == 'full') { %>
<div class="scroll-down"><i class="fa fa-chevron-down scroll-down-effects"></i></div>
<% } %>
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
<% } %>