forked from GitHub/gf-rgl
Fix making of "sources.html"
Uses same template as synopsis, maybe this shoudl be generalised a bit
This commit is contained in:
@@ -115,4 +115,10 @@ function quicklinks () {
|
||||
)
|
||||
}
|
||||
|
||||
document.getElementById('quicklinks').appendChild(quicklinks())
|
||||
appendChildren(
|
||||
document.getElementById('quicklinks'),
|
||||
[
|
||||
node('h5', '', 'Quick links'),
|
||||
quicklinks()
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user