mirror of
https://github.com/Mibew/docs.mibew.org.git
synced 2025-05-01 22:56:41 +03:00
Fix code commets a little
This commit is contained in:
parent
fb183558d4
commit
0be69427fe
4
index.js
4
index.js
@ -38,8 +38,8 @@ var buildPages = function(callback) {
|
|||||||
// It's documented nowhere but these partials will be passed to
|
// It's documented nowhere but these partials will be passed to
|
||||||
// Handlebars.js template engine.
|
// Handlebars.js template engine.
|
||||||
partials: {
|
partials: {
|
||||||
// File extension is not skipped here because it will be
|
// File extension is skipped here because it will be append
|
||||||
// append automatically using one from rendered file.
|
// automatically using one from rendered file.
|
||||||
menu: 'menu'
|
menu: 'menu'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user