Fix internal pages
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: automation
|
title: automation
|
||||||
|
template: "resourcesPage.html"
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
imgPath: automation.png
|
imgPath: automation.png
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Developer"
|
title: "Developer"
|
||||||
template: "page.html"
|
template: "page.html"
|
||||||
page_template: "resourcesPage.html"
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: operating system
|
title: operating system
|
||||||
|
template: "resourcesPage.html"
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
imgPath: operating_system.png
|
imgPath: operating_system.png
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: planetary network
|
title: planetary network
|
||||||
|
template: "resourcesPage.html"
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
imgPath: planetary_network.jpg
|
imgPath: planetary_network.jpg
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: qsfs
|
title: qsfs
|
||||||
|
template: "resourcesPage.html"
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
imgPath: qsfs.png
|
imgPath: qsfs.png
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: tooling
|
title: tooling
|
||||||
|
template: "resourcesPage.html"
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
imgPath: tooling.png
|
imgPath: tooling.png
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user