mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Process TXT global partials.
This commit is contained in:
parent
e29ed58a1c
commit
3800e19418
@ -60,7 +60,7 @@ Definition of the HandlebarsGenerator class.
|
||||
|
||||
|
||||
function registerPartials(format, theme) {
|
||||
if( format === 'html' || format === 'doc' || format == 'md' ) {
|
||||
if( _.contains( ['html','doc','md','txt'], format )) {
|
||||
|
||||
// Locate the global partials folder
|
||||
var partialsFolder = PATH.join(
|
||||
|
Loading…
Reference in New Issue
Block a user