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