Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update handlebars to version 4.0.3 πŸš€ #259

Merged
merged 2 commits into from
Oct 23, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/announcements.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{{#if title}}
<li>
<time datetime="{{ date }}">{{ strftime date }}</time>
<a href="/{{../../site.locale}}/{{ path }}/">{{ title }}</a>
<a href="/{{../site.locale}}/{{ path }}/">{{ title }}</a>
</li>
{{/if}}
{{/each}}
Expand Down
2 changes: 1 addition & 1 deletion layouts/blog-index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{#if title}}
<li>
<time datetime="{{ date }}">{{ strftime date "%d %b %y" }}</time>
<a href="/{{../../site.locale}}/{{ path }}/">{{ title }}</a>
<a href="/{{../site.locale}}/{{ path }}/">{{ title }}</a>
</li>
{{/if}}
{{/each}}
Expand Down
2 changes: 1 addition & 1 deletion locale/en/blog/community/next-chapter.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Next Chapter
author: tjfontaine
date: 2015-05-08T18:00:00.000Z
date: 2015-05-08T19:00:00.000Z
status: publish
category: Community
slug: next-chapter
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"autoprefixer-stylus": "0.7.1",
"chokidar": "1.2.0",
"handlebars": "3.0.3",
"handlebars": "4.0.3",
"junk": "1.0.2",
"map-async": "0.1.1",
"marked": "0.3.5",
Expand Down