This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
huia/site/themes/beautiful-hexo/layout/page.jade

19 lines
507 B
Text

extends partial/base
block header
header.header-section
.intro-header.no-img
.page-heading
h1!= page.title
if page.subtitle
hr.small
span.page-subheading!= page.subtitle
block content
.container
.row
.col-lg-8.col-lg-offset-2.col-md-10.col-md-offset-1
article(role="main", class="blog-post")
!= page.content
include partial/comment