hexo-theme-keep/layout/layout.ejs

14 lines
321 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html lang="<%= config.language %>">
<%- partial('common/head') %>
<body>
<%- body %>
<div class="search-popup-container">
<%- partial('common/local-search') %>
</div>
<%- partial('common/scripts') %>
<% if (theme.local_search.enable) { %>
<%- next_js('local-search.js') %>
<% } %>
</body>
</html>