Add Tsu theme
This commit is contained in:
15
themes/hexo-theme-Tsu/layout/post.ejs
Normal file
15
themes/hexo-theme-Tsu/layout/post.ejs
Normal file
@@ -0,0 +1,15 @@
|
||||
<section class="posts clearfix">
|
||||
<div class="post-wrapper">
|
||||
<article class="post article-entry">
|
||||
<div class="post-title">
|
||||
<%= page.title %>
|
||||
</div>
|
||||
<p class="sub"><%- date(page.date, "MMM DD YYYY") %></p>
|
||||
<div class="post-content">
|
||||
<%- page.content %>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<%- partial('_partials/toc') %>
|
||||
</section>
|
||||
<%- partial('_partials/paginator') %>
|
Reference in New Issue
Block a user