Skip to content

Commit cfe3f6e

Browse files
committed
Use 年月日 in blog post page
1 parent 56fac10 commit cfe3f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/blog_post_page/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<% end %>
66
<% end %>
77

8-
 <%= content_tag(:div, scrivito_value(@obj.created.strftime("%Y/%m/%d")), :class => "text-muted h4") %>
8+
 <%= content_tag(:div, scrivito_value(@obj.created.strftime("%Y年%m月%d日")), :class => "text-muted h4") %>
99
<hr>
1010
<%= scrivito_tag :h1, @obj, :title %>
1111
<%= scrivito_tag(:div, @obj, :abstract) %>

0 commit comments

Comments
 (0)