Fix news
This commit is contained in:
@@ -8,7 +8,7 @@ description: Recapping recent events in the ThreeFold universe.
|
||||
extra:
|
||||
imgPath: images/newsroom/tfweekly14.png
|
||||
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:
|
||||
imgPath: images/newsroom/threefold_blockhash_pod.png
|
||||
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:
|
||||
imgPath: images/newsroom/threefold_coincodex.png
|
||||
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:
|
||||
imgPath: images/newsroom/tfweekly14.png
|
||||
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:
|
||||
imgPath: images/newsroom/community_call_april_19.png
|
||||
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:
|
||||
imgPath: images/newsroom/threefold_top_web3.png
|
||||
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">
|
||||
{% for author in post.extra.authors %}
|
||||
{% set fullpath = "/people/" ~ author | replace(from='_', to='-' ) %}
|
||||
|
||||
{% if post.extra.authorImg %}
|
||||
<li class="author-list-item">
|
||||
<a href="{{fullpath}}" tooltip="{{author}}">
|
||||
<img src="{{ post.extra.authorImg }}" alt="{{ author }}" class="
|
||||
@@ -32,6 +32,7 @@
|
||||
" />
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user