Skip to content

Commit

Permalink
acc
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorruellas committed Dec 15, 2023
1 parent 053bd18 commit 7df3137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hbs.registerHelper("log", function (something) {
return "" + something;
});
hbs.registerHelper("splitFirst", function (title) {
var t = title.split("-");
var t = title.split("_");
return t[0];
});

Expand Down

0 comments on commit 7df3137

Please sign in to comment.