Merge branch 'zola_development' of github.com:threefoldfoundation/www_threefold_io into zola_development

This commit is contained in:
samaradel
2022-04-26 15:15:30 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ extra:
imgPath: images/newsroom/paradise_hills.png
image_caption: ODE and ThreeFold
authors: [sam_taggart]
isFeatured: "true"
authorImg: /images/people/sam_taggart.jpg
---

View File

@@ -10,6 +10,7 @@ extra:
image_caption: TF Weekly Volume Fourteen
authors: [sam_taggart]
authorImg: /images/people/sam_taggart.jpg
isFeatured: "true"
---

View File

@@ -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="" />
</div>
</div>
<hr class="mt-6">
</div>
</div>
</body>

View File

@@ -4,13 +4,13 @@
<div class="flex-shrink-0">
<img class="h-48 w-full mx-auto object-cover" src=/{{post.extra.imgPath}} alt="" />
</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">
{{ post.title }}
</h3>
{% 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 }}
</p>
{% endif %}