File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments