www_mycelium/content/blog/_index.md

33 lines
758 B
Markdown
Raw Normal View History

2024-08-18 23:29:54 +00:00
---
title: "Blog"
2024-08-19 11:34:06 +00:00
paginate_by: 6
2024-08-18 23:29:54 +00:00
# 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
---
2024-08-20 13:00:09 +00:00
<!--
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"
-->