automated featured blog display
This commit is contained in:
@@ -3,6 +3,7 @@ title: "Post 4 with its UNIQUE title" # Quotation marks allow colons, semicolons
|
||||
description: "The UNIQUE description for Post 4." # Quotation marks allow colons, semicolons, etc.
|
||||
date: 2019-03-02T10:00:00-06:00
|
||||
updated: 2020-01-31T08:13:00-06:00 # Comment-out this line with a # if content is unchanged
|
||||
template: blogPage.html
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 4 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
|
@@ -7,10 +7,10 @@ draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
template: blogPage.html
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 5 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
author: Post Author
|
||||
category: "Engineering"
|
||||
imgPath: images/threefold_blog2.png
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
imgPath: images/ourworld_mycellium.png
|
||||
isFeatured: "true"
|
||||
---
|
||||
|
||||
Your opening text goes here.
|
||||
|
Reference in New Issue
Block a user