Skip to content

Commit

Permalink
fix(templates): Add missing [data-pjax] attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Nov 24, 2013
1 parent 8499857 commit fa86976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.hbs
Expand Up @@ -4,7 +4,7 @@
<div {{#if @blog.cover}}data-load-image="{{@blog.cover}}"{{/if}} class="cover-image"></div>
<div class="cover-container">
{{#if @blog.logo}}
<a href="{{@blog.url}}" class="cover-logo">
<a href="{{@blog.url}}" class="cover-logo" data-pjax>
<img src="{{@blog.logo}}" alt="Blog Logo">
</a>
{{/if}}
Expand Down
2 changes: 1 addition & 1 deletion src/partials/custom/navigation.hbs
Expand Up @@ -21,7 +21,7 @@ Title
}}

<li class="drawer-list-item">
<a href="/">
<a href="/" data-pjax>
<i class="fa fa-home"></i>Home
</a>
</li>
Expand Down

0 comments on commit fa86976

Please sign in to comment.