1
0
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:
hacksalot
2016-01-04 16:20:48 -05:00
parent 0f83f8f5c2
commit 2ba23ee80d
2 changed files with 37 additions and 2 deletions

View File

@ -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.