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/index-page.jade

16 lines
311 B
Text

extends partial/base
block header
include partial/index-header
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