Add Tsu theme
This commit is contained in:
23
themes/hexo-theme-Tsu/layout/layout.ejs
Normal file
23
themes/hexo-theme-Tsu/layout/layout.ejs
Normal file
@@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<%- partial('_partials/head') %>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<%- partial('_partials/header') %>
|
||||
<main class="main">
|
||||
<%- body %>
|
||||
</main>
|
||||
<%- partial('_partials/footer') %>
|
||||
</div>
|
||||
<div class="back-to-top" id="back-to-top">
|
||||
<i class="iconfont icon-up"></i>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
<%- js('js/jquery-3.3.1.min.js')%>
|
||||
<%- js('js/back-to-top.js') %>
|
||||
<%- js('js/scroll.js') %>
|
||||
<%- partial('_partials/mathjax') %>
|
||||
</html>
|
Reference in New Issue
Block a user