update home template
This commit is contained in:
@@ -1,8 +1,33 @@
|
||||
+++
|
||||
title = "Blog"
|
||||
sort_by = "date"
|
||||
template = "section.html"
|
||||
page_template = "page.html"
|
||||
+++
|
||||
---
|
||||
title: "Blog"
|
||||
paginate_by: 6
|
||||
# paginate_reversed: false
|
||||
sort_by: "date"
|
||||
insert_anchor_links: "left"
|
||||
#base_url: "posts"
|
||||
#first: "first"
|
||||
#last: "last"
|
||||
template: "layouts/blog.html"
|
||||
page_template: "blogPage.html"
|
||||
#transparent: true
|
||||
extra:
|
||||
imgPath: /images/threefold_img2.png
|
||||
---
|
||||
|
||||
Welcome to the blog section. Here you'll find all the latest articles and updates.
|
||||
<!--
|
||||
This page is made by combining different /partial html pages together. To edit the page content, please go to specific 'partial
|
||||
page(s)' that you would like to edit.
|
||||
|
||||
BLOG PAGE
|
||||
|
||||
1. Featured Blog section: "partials/featuredBlog.html
|
||||
2. Blogpost section: "partials/blogpost.html"
|
||||
3. Sidebar: "partials/blogsidebar.html"
|
||||
|
||||
|
||||
Extras:
|
||||
1. header: "partials/header_custom.html"
|
||||
2. CTA / Subscribe: "partials/cta.html"
|
||||
2. footer: "partials/footer.html"
|
||||
-->
|
||||
|
Reference in New Issue
Block a user