hexo-theme-quiet/layout/layout.ejs

19 lines
457 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<%- partial('_partial/head') %>
<%- js('js/jquery.min.js') %>
</head>
<body>
<%- body %>
<%- partial('_widget/sidebar') %>
<%- partial('_widget/gotop') %>
<%- partial('_partial/foot') %>
</body>
<script>
console.log('\n %c Hexo-Quiet 主题 %c https://github.com/QiaoBug/hexo-theme-quiet \n', 'color: #fadfa3; background: #030307; padding:5px 0;', 'background: #fadfa3; padding:5px 0;')
</script>
</html>