This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- hexo 启动时,默认从 layout(入口)找 index 页面 -->
<!DOCTYPE html>
<html lang="<%= config.language %>">
<%- partial('common/head') %>
<body>
<!-- body 表示可以显示其他页面内容(归档页面等等)-->
<%- body %>
<%- partial('common/scripts') %>
</body>
</html>