mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-31 05:07:26 +00: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