Comparing version 0.4.8 to 0.4.9
@@ -192,2 +192,4 @@ 'use strict'; | ||
let docHtml = converter.makeHtml(mdStr); | ||
let currentConfig = navItem.config || {}; | ||
let layoutName = currentConfig.layout || 'layout.pug'; | ||
let layoutTplPath = model.getTpl('layout.pug'); | ||
@@ -194,0 +196,0 @@ let htmlStr = pug.renderFile(layoutTplPath, { |
{ | ||
"name": "cldoc", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "Example", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
895189
7293