1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-10 15:57:07 +01:00

Support CSS embedding vs. linking.

This commit is contained in:
hacksalot
2015-12-30 19:45:50 -05:00
parent 558a321fe8
commit a280d8acb2
4 changed files with 8 additions and 3 deletions

View File

@ -49,6 +49,7 @@ Implementation of the 'generate' verb for HackMyResume.
//_opts = extend( true, _opts, opts );
_opts.theme = (opts.theme && opts.theme.toLowerCase().trim())|| 'modern';
_opts.prettify = opts.prettify === true ? _opts.prettify : false;
_opts.css = opts.css;
// Load the theme...
var tFolder = verify_theme( _opts.theme );