hexo-theme-ayer/layout/plain-page.ejs
2020-09-17 14:52:47 +08:00

5 lines
110 B
Plaintext

<section class="outer">
<h1 class="page-type-title"><%= page.title %></h1>
<%- page.content %>
</section>