aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts/_post.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/blog/posts/_post.html.erb')
-rw-r--r--app/views/blog/posts/_post.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/blog/posts/_post.html.erb b/app/views/blog/posts/_post.html.erb
index 3af89a8..b3efbe9 100644
--- a/app/views/blog/posts/_post.html.erb
+++ b/app/views/blog/posts/_post.html.erb
@@ -8,7 +8,7 @@
<h1><%= @blog_post.title %></h1>
<details>
<time datetime="<%= @blog_post.published_at.strftime('%Y-%m-%d') %>" class='posted_at'>
- <%= t('blog.shared.posts.created_at', :when => @blog_post.published_at.strftime('%d %B %Y')) %>.
+ <%= t('blog.shared.posts.created_at', :when => @blog_post.published_at.strftime('%d %B %Y')) %>.
</time>
<% if (categories = @blog_post.categories).any? %>
<aside class='filed_in'>
@@ -30,4 +30,4 @@
<nav id="next_prev_article">
<%= render 'nav' %>
</nav><!-- /next_prev_article -->
-<% end -%> \ No newline at end of file
+<% end -%>