formatting done.
This commit is contained in:
@ -73,6 +73,10 @@ block content
|
|||||||
.col-xs-12
|
.col-xs-12
|
||||||
for sentence in details
|
for sentence in details
|
||||||
p!= sentence
|
p!= sentence
|
||||||
|
#MDN-links
|
||||||
|
h4 Here are some helpful links.
|
||||||
|
for link, index in MDNlinks
|
||||||
|
ul: li: a(href=""+link, target="_blank") !{MDNkeys[index]}
|
||||||
#less-info.btn.btn-primary.btn-block.btn-primary-ghost
|
#less-info.btn.btn-primary.btn-block.btn-primary-ghost
|
||||||
span.ion-arrow-up-b
|
span.ion-arrow-up-b
|
||||||
| Less information
|
| Less information
|
||||||
|
Reference in New Issue
Block a user