added more preview pages and more templates
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
extends ../_skeleton
|
||||
|
||||
block variables
|
||||
- var page_active = "Single Post"
|
||||
- var activeIndex = 8
|
||||
- var header_class = "bg-typography"
|
||||
|
||||
block title
|
||||
title= page_active
|
||||
|
||||
block page
|
||||
include ../elements/_header-transparent
|
||||
+breadcrumb_items(2,'index.html','Home','News')
|
||||
|
||||
// Page Content
|
||||
main.page-content
|
||||
|
||||
include ../section/blog/_section-blog-default-single
|
||||
|
||||
// Page Footer
|
||||
include ../elements/_footer-widget
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user