fix error page syntax (#21)

pull/194/head
Cian Butler 2016-10-11 14:30:40 +01:00 committed by GitHub
parent cc0c95fcb5
commit e9bc4943d0
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<header class="not-found__header">
<%- partial('post/title', { class_name: 'not-found__header__title' }) %>
</header>
<img class"not-found__img" src="<%= url_for('css/images/404.png') %>" />
<img class="not-found__img" src="<%= url_for('css/images/404.png') %>" />
<div class="not-found__message">
<p><%- post.content %></p>
<%- post.content %>
</div>
<div>