29 lines
791 B
Plaintext
29 lines
791 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-md-right.text-sm-left
|
|
.cell-md-8
|
|
h1 Blog
|
|
.range.range-md-reverse.offset-top-25
|
|
.cell-md-8.inset-md-right-30
|
|
include ../section/blog/_section-blog-classic
|
|
.cell-md-4.cell-lg-3.offset-top-66.offset-md-top-0
|
|
include ../section/blog/_section-blog-sidebar-variant-1
|
|
|
|
// Page Footers
|
|
include ../elements/_footer-widget |