Skip to content

Commit 7df3137

Browse files
author
rtorruellas
committed
acc
1 parent 053bd18 commit 7df3137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hbs.registerHelper("log", function (something) {
2424
return "" + something;
2525
});
2626
hbs.registerHelper("splitFirst", function (title) {
27-
var t = title.split("-");
27+
var t = title.split("_");
2828
return t[0];
2929
});
3030

0 commit comments

Comments
 (0)