Merge branch 'zola_development' of github.com:threefoldfoundation/www_threefold_io into zola_development
This commit is contained in:
@@ -9,7 +9,6 @@ extra:
|
|||||||
imgPath: images/newsroom/paradise_hills.png
|
imgPath: images/newsroom/paradise_hills.png
|
||||||
image_caption: ODE and ThreeFold
|
image_caption: ODE and ThreeFold
|
||||||
authors: [sam_taggart]
|
authors: [sam_taggart]
|
||||||
isFeatured: "true"
|
|
||||||
authorImg: /images/people/sam_taggart.jpg
|
authorImg: /images/people/sam_taggart.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ extra:
|
|||||||
image_caption: TF Weekly Volume Fourteen
|
image_caption: TF Weekly Volume Fourteen
|
||||||
authors: [sam_taggart]
|
authors: [sam_taggart]
|
||||||
authorImg: /images/people/sam_taggart.jpg
|
authorImg: /images/people/sam_taggart.jpg
|
||||||
|
isFeatured: "true"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
<img class="relative mx-auto w-7/12 md:w-auto md:max-w-full max-h-80" src=/{{featured.extra.imgPath}} alt="" />
|
<img class="relative mx-auto w-7/12 md:w-auto md:max-w-full max-h-80" src=/{{featured.extra.imgPath}} alt="" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<hr class="mt-6">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
@@ -4,13 +4,13 @@
|
|||||||
<div class="flex-shrink-0">
|
<div class="flex-shrink-0">
|
||||||
<img class="h-48 w-full mx-auto object-cover" src=/{{post.extra.imgPath}} alt="" />
|
<img class="h-48 w-full mx-auto object-cover" src=/{{post.extra.imgPath}} alt="" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
|
<div class="flex-1 bg-white p-4 flex flex-col justify-between">
|
||||||
|
|
||||||
<h3 class="mt-2 text-xl leading-7 font-medium text-gray-900 text-left not-italic">
|
<h3 class="mt-2 text-xl leading-7 font-medium text-gray-900 text-left not-italic">
|
||||||
{{ post.title }}
|
{{ post.title }}
|
||||||
</h3>
|
</h3>
|
||||||
{% if post.description %}
|
{% if post.description %}
|
||||||
<p class="mt-3 text-sm font-normal leading-6 text-gray-500 text-left">
|
<p class="mt-3 text-sm font-normal leading-5 text-gray-500 text-left">
|
||||||
{{ post.description }}
|
{{ post.description }}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user