Skip to content

Commit

Permalink
Rationalise URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreckmckye committed Dec 17, 2017
1 parent 7273759 commit d74fe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/partials/post-list.ejs
Expand Up @@ -19,7 +19,7 @@
yearText: model.date.format('YYYY'),
datetime: date_xml(model.date),
target: model.link ? '_blank': '',
url: url_for(model.canonical_path)
url: url_for(model.canonical_path).split('index.html')[0]
});
acc.push(entry);
return acc;
Expand Down

0 comments on commit d74fe53

Please sign in to comment.