Fix internal pages

This commit is contained in:
samaradel
2022-08-28 16:37:41 +02:00
parent 7810107a14
commit 2be24c1732
8 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
---
title: automation
template: "resourcesPage.html"
extra:
imgPath: automation.png

View File

@@ -1,5 +1,7 @@
---
title: Blockchain
template: "resourcesPage.html"
extra:
imgPath: blockchain.png
button : Explore Other Developer Components

View File

@@ -1,7 +1,6 @@
---
title: "Developer"
template: "page.html"
page_template: "resourcesPage.html"
---

View File

@@ -1,5 +1,6 @@
---
title: operating system
template: "resourcesPage.html"
extra:
imgPath: operating_system.png

View File

@@ -1,5 +1,6 @@
---
title: planetary network
template: "resourcesPage.html"
extra:
imgPath: planetary_network.jpg

View File

@@ -1,5 +1,6 @@
---
title: qsfs
template: "resourcesPage.html"
extra:
imgPath: qsfs.png

View File

@@ -1,5 +1,6 @@
---
title: tooling
template: "resourcesPage.html"
extra:
imgPath: tooling.png

View File

@@ -13,7 +13,6 @@
text-gray-900 text-center
">
<img class="mx-auto w-3/4" src={{page.extra.imgPath}} />
<div class="post-content-text text-xl text-center mx-auto my-5">{{ page.content | safe }}</div>
</section>