🔧 new layout: plain-page.

This commit is contained in:
Eric Shen 2020-09-10 18:14:18 +08:00 committed by GitHub
commit c63f8450e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
layout/plain-page Normal file
View File

@ -0,0 +1,4 @@
<section class="outer">
<h1 class="page-type-title"><%= page.title %></h1>
<%- page.content %>
</section>