1.5 KiB
1.5 KiB
title | description | date | updated | draft | template | taxonomies | extra | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Bridges Connecting the ThreeFold Ecosystem to External Networks | 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). | 2021-10-17T14:40:00-05:00 | 2019-04-11T20:33:00-05:00 | false | blogPage.html |
|
|
In-article heading --- it's an H2 because your title is the H1
And after another paragraph or two or three, you may want to add a subheading, which would be an H3, so it would be like the following.
Subheading (H3)
Text here.
Maybe you want a code block to illustrate something. Here's one:
/* =========
This is some simple JavaScript, just so
you can see how Zola handles a code block.
It doesn't **do** anything in Zola, of course.
Helpful on a dev blog, eh?
========= */
var i, j;
for (i = 0; i < 10; i++) {
j = i;
console.log(j);
}
/* =========
When run, the above would output:
0
1
2
3
4
5
6
7
8
9
========= */
Closing text. That ends Post 7!