mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-10 15:57:07 +01:00
Add support for user-definable section titles.
Introduce a {{sectionTitle}} helper; requires theme updates.
This commit is contained in:
@ -55,6 +55,7 @@ Implementation of the 'generate' verb for HackMyResume.
|
||||
_opts.css = opts.css || 'embed';
|
||||
_opts.pdf = opts.pdf;
|
||||
_opts.wrap = opts.wrap || 60;
|
||||
_opts.stitles = opts.sectionTitles;
|
||||
|
||||
// If two or more files are passed to the GENERATE command and the TO
|
||||
// keyword is omitted, the last file specifies the output file.
|
||||
|
Reference in New Issue
Block a user