1
mirror of https://github.com/interstellar750/hexo_s synced 2024-10-19 00:23:51 +08:00
hexo_s/themes/Chic/layout/_page/page.ejs

10 lines
285 B
Plaintext
Raw Permalink Normal View History

<div class="container">
<article class="post-wrap page">
<% if(theme.page_title_enable){ %>
<h2 class="post-title"><%- page.title %></h2>
<% } %>
<section class="post-content">
<%- page.content %>
</section>
</article>
</div>