31 lines
921 B
Plaintext
31 lines
921 B
Plaintext
extends ../_skeleton
|
|
block variables
|
|
- var activeIndex = 8
|
|
- var page_active = "Classic Blog"
|
|
- var header_class = "bg-typography"
|
|
//-Title
|
|
block title
|
|
title= page_active
|
|
|
|
//- Page
|
|
block page
|
|
|
|
include ../elements/_header-transparent
|
|
+breadcrumb_items(2,'index.html','Home','News')
|
|
|
|
// Page Content
|
|
main.page-content.section-50.section-sm-70.section-sm-bottom-83
|
|
.shell
|
|
.range.range-xs-center
|
|
.cell-md-6
|
|
h1.text-sm-left Blog
|
|
.range.offset-top-25
|
|
.cell-md-6.cell-md-push-2
|
|
include ../section/blog/_section-blog-classic
|
|
.cell-md-3.offset-top-66.offset-md-top-0.cell-md-push-1
|
|
include ../section/blog/_section-blog-sidebar-variant-3
|
|
.cell-md-3.cell-lg-3.offset-top-66.offset-md-top-0.cell-md-push-3
|
|
include ../section/blog/_section-blog-sidebar-variant-4
|
|
|
|
// Page Footers
|
|
include ../elements/_footer-widget |