Fix news
This commit is contained in:
@@ -8,7 +8,7 @@ description: Recapping recent events in the ThreeFold universe.
|
|||||||
extra:
|
extra:
|
||||||
imgPath: images/newsroom/tfweekly14.png
|
imgPath: images/newsroom/tfweekly14.png
|
||||||
image_caption: TF Weekly Volume Twelve
|
image_caption: TF Weekly Volume Twelve
|
||||||
author: Sam Taggart
|
authors: [sam_taggart]
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ description: ThreeFold co-founder Adnan Fatayerji made an appearance on the Bloc
|
|||||||
extra:
|
extra:
|
||||||
imgPath: images/newsroom/threefold_blockhash_pod.png
|
imgPath: images/newsroom/threefold_blockhash_pod.png
|
||||||
image_caption: ThreeFold on the BlockHash Podcast
|
image_caption: ThreeFold on the BlockHash Podcast
|
||||||
author: Sam Taggart
|
authors: [sam_taggart]
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ description: ThreeFold - Host the Cloud At Your House, via CoinCodex.
|
|||||||
extra:
|
extra:
|
||||||
imgPath: images/newsroom/threefold_coincodex.png
|
imgPath: images/newsroom/threefold_coincodex.png
|
||||||
image_caption: ThreeFold CoinCodex
|
image_caption: ThreeFold CoinCodex
|
||||||
author: Sam Taggart
|
authors: [sam_taggart]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ description: We'd like to invite the community for a call to catch up on all thi
|
|||||||
extra:
|
extra:
|
||||||
imgPath: images/newsroom/tfweekly14.png
|
imgPath: images/newsroom/tfweekly14.png
|
||||||
image_caption: TF Weekly Volume Thirteen
|
image_caption: TF Weekly Volume Thirteen
|
||||||
author: Sam Taggart
|
authors: [sam_taggart]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ description: We'd like to invite the community for a call to catch up on all thi
|
|||||||
extra:
|
extra:
|
||||||
imgPath: images/newsroom/community_call_april_19.png
|
imgPath: images/newsroom/community_call_april_19.png
|
||||||
image_caption: Community Call April 19
|
image_caption: Community Call April 19
|
||||||
author: Sam Taggart
|
authors: [sam_taggart]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ description: ThreeFold was hand-picked as a top Web3 startup by StartUs Insights
|
|||||||
extra:
|
extra:
|
||||||
imgPath: images/newsroom/threefold_top_web3.png
|
imgPath: images/newsroom/threefold_top_web3.png
|
||||||
image_caption: ThreeFold Top Web3 Startup
|
image_caption: ThreeFold Top Web3 Startup
|
||||||
author: Sam Taggart
|
authors: [sam_taggart]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<ul class="list-none flex author-list my-10 mr-2 px-0">
|
<ul class="list-none flex author-list my-10 mr-2 px-0">
|
||||||
{% for author in post.extra.authors %}
|
{% for author in post.extra.authors %}
|
||||||
{% set fullpath = "/people/" ~ author | replace(from='_', to='-' ) %}
|
{% set fullpath = "/people/" ~ author | replace(from='_', to='-' ) %}
|
||||||
|
{% if post.extra.authorImg %}
|
||||||
<li class="author-list-item">
|
<li class="author-list-item">
|
||||||
<a href="{{fullpath}}" tooltip="{{author}}">
|
<a href="{{fullpath}}" tooltip="{{author}}">
|
||||||
<img src="{{ post.extra.authorImg }}" alt="{{ author }}" class="
|
<img src="{{ post.extra.authorImg }}" alt="{{ author }}" class="
|
||||||
@@ -32,6 +32,7 @@
|
|||||||
" />
|
" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user