We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fac10 commit cfe3f6eCopy full SHA for cfe3f6e
app/views/blog_post_page/index.html.erb
@@ -5,7 +5,7 @@
5
<% end %>
6
7
8
- <%= content_tag(:div, scrivito_value(@obj.created.strftime("%Y/%m/%d")), :class => "text-muted h4") %>
+ <%= content_tag(:div, scrivito_value(@obj.created.strftime("%Y年%m月%d日")), :class => "text-muted h4") %>
9
<hr>
10
<%= scrivito_tag :h1, @obj, :title %>
11
<%= scrivito_tag(:div, @obj, :abstract) %>
0 commit comments