jsonresume-theme-eloquent
Advanced tools
Comparing version 0.5.1 to 0.6.0
@@ -58,3 +58,8 @@ var Handlebars = require('handlebars'); | ||
return new Handlebars.SafeString(googleMaps + encodeURIComponent(fields.join(' ').replace(/\s/g, ' '))); | ||
}, | ||
itemID: function(category, index) { | ||
category = Handlebars.escapeExpression(category || ''); | ||
index = Handlebars.escapeExpression(index + 1 || 1); | ||
return new Handlebars.SafeString(category + '-' + index); | ||
} | ||
}; |
{ | ||
"name": "jsonresume-theme-eloquent", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "An eloquent JSON Resume theme: fluent, persuasive, for developers. This theme is a fork of the Elegant theme.", | ||
@@ -5,0 +5,0 @@ "author": "Thibaud Colas", |
@@ -42,3 +42,3 @@ jsonresume-theme-eloquent | ||
- Main menu with links to each resume section | ||
- Main menu | ||
- New build system? https://github.com/remy/inliner/blob/master/inliner.js | ||
@@ -45,0 +45,0 @@ - "Print this resume" button? http://css-tricks.com/quick-tip-making-a-print-this-page-button/ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
108706
699