Skip to content

Commit 94cb04a

Browse files
committed
feat: add support information
1 parent f118412 commit 94cb04a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

convert.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ function createHTML(tomlAsJson, filename) {
6969
htmltemplate = replacePlaceholder(htmltemplate, "%title%", tomlAsJson.page.title);
7070
htmltemplate = replacePlaceholder(htmltemplate, "%description%", tomlAsJson.page.description);
7171
htmltemplate = replacePlaceholder(htmltemplate, "%reason%", tomlAsJson.page.reason);
72+
htmltemplate = replacePlaceholder(htmltemplate, "%support%", tomlAsJson.page.support);
7273
htmltemplate = replacePlaceholder(htmltemplate, "%quadrant%", tomlAsJson.config.quadrant);
7374
htmltemplate = replacePlaceholder(htmltemplate, "%ring%", tomlAsJson.config.ring);
7475

template/template.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ <h2 class="fw-bold">Reason for positioning</h2>
5555
</div>
5656
</div>
5757

58+
<div class="container-fluid">
59+
60+
<div class="pt-4 ps-4">
61+
<h2 class="fw-bold">Support information</h2>
62+
<div class="">
63+
<p>%support%</p>
64+
</div>
65+
</div>
66+
</div>
67+
5868

5969
<div class="container-fluid">
6070

0 commit comments

Comments
 (0)