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.

28 lines
872 B

<!DOCTYPE html>
<html>
7 years ago
<%- partial('_partial/head') %>
<body>
5 years ago
<% if (!page.prev && theme.cover) { %>
<div class="cover-wrapper">
<div class='cover <%- is_home() ? theme.cover.height : "half" %>'>
<% if (theme.cover.scheme == 'search') { %>
5 years ago
<%- partial('_cover/search') %>
<% } %>
5 years ago
</div>
5 years ago
<%- partial('_partial/header', null, {cache: !config.relative_link, path: path}) %>
5 years ago
</div>
5 years ago
<% } else { %>
<%- partial('_partial/header', null, {cache: !config.relative_link, path: path}) %>
5 years ago
<% } %>
5 years ago
<div class="l_body">
<div class='body-wrapper clearfix'>
<%- body %>
<script>setLoadingBarProgress(60);</script>
</div>
<a class="s-top fas fa-arrow-up fa-fw" href='javascript:void(0)'></a>
</div>
5 years ago
<%- partial('_partial/scripts') %>
<script>setLoadingBarProgress(100);</script>
7 years ago
</body>
</html>