24 lines
664 B
Markdown
24 lines
664 B
Markdown
## Blogs
|
|
|
|
Below we select blogs relavant to threefold.io from our data repository
|
|
|
|
```js
|
|
!!website.blog_add
|
|
name: 'A better understanding of wealth'
|
|
collection: 'blog'
|
|
file: 'a_better_understanding_of_wealth.md'
|
|
image: 'a_better_understanding_of_wealth.jpg'
|
|
|
|
!!website.blog_add
|
|
name: 'A different approach to blockchain'
|
|
collection: 'blog'
|
|
file: 'a_different_approach_to_blockchain.md'
|
|
image: 'a_different_approach_to_blockchain.jpg'
|
|
|
|
!!website.blog_add
|
|
name: 'A different approach to blockchain'
|
|
collection: 'blog'
|
|
file: 'a_different_approach_to_blockchain.md'
|
|
image: 'a_different_approach_to_blockchain.jpg'
|
|
```
|