blog post filtering made functional
This commit is contained in:
@@ -4,6 +4,8 @@ description: "The UNIQUE description for Post 1." # Quotation marks allow colons
|
||||
date: 2018-10-17T14:40:00-05:00
|
||||
updated: 2019-04-11T20:33:00-05:00 # Comment-out this line with a # if content is unchanged
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
taxonomies:
|
||||
categories: ["Community"]
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 1 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: "Your name goes here"
|
||||
|
@@ -4,6 +4,8 @@ description: "The UNIQUE description for Post 2." # Quotation marks allow colons
|
||||
date: 2018-10-25T07:40:00-05:00
|
||||
updated: 2020-06-13T13:10:00-05:00
|
||||
draft: false # Make it "true" if you don't want Zola to "publish" yet
|
||||
taxonomies:
|
||||
categories: ["Use Cases"]
|
||||
extra:
|
||||
subtitle: "The UNIQUE Post 2 subtitle" # Quotation marks allow colons, semicolons, etc.
|
||||
author: Your name goes here
|
||||
|
@@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = "Bridges Connecting the ThreeFold Ecosystem to External Networks"
|
||||
description = "Since the launch of ThreeFold Grid 3.0, TFT is now available on three blockchains – Stellar, Binance Smart Chain and the Substrate-based ThreeFold Blockchain (aka TF Chain)."
|
||||
description = "Sinces the launch of ThreeFold Grid 3.0, TFT is now available on three blockchains – Stellar, Binance Smart Chain and the Substrate-based ThreeFold Blockchain (aka TF Chain)."
|
||||
date = 2018-10-17T19:40:00.000Z
|
||||
updated = 2019-04-12T01:33:00.000Z
|
||||
draft = false
|
||||
@@ -9,7 +9,7 @@ draft = false
|
||||
categories=["Engineering"]
|
||||
|
||||
[extra]
|
||||
subtitle = "The UNIQUE Post 1 subtitle"
|
||||
subtitle = "The UNIQUE Post 1 subtitles"
|
||||
author = "HANNAH CORDES"
|
||||
imgPath = "images/sphere-thing.png"
|
||||
date = 2018-10-17T19:40:00.000Z
|
||||
|
Reference in New Issue
Block a user