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 title: automation
template: "resourcesPage.html"
extra: extra:
imgPath: automation.png imgPath: automation.png

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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