diff --git a/src/helpers/capitalize.js b/src/helpers/capitalize.js new file mode 100644 index 0000000..3668029 --- /dev/null +++ b/src/helpers/capitalize.js @@ -0,0 +1,3 @@ +'use strict' + +module.exports = (string) => string.charAt(0).toUpperCase() + string.slice(1) diff --git a/src/partials/breadcrumbs.hbs b/src/partials/breadcrumbs.hbs index 24b6fb0..4780da8 100644 --- a/src/partials/breadcrumbs.hbs +++ b/src/partials/breadcrumbs.hbs @@ -3,7 +3,7 @@