<% if:with_date %>
<% article.createstamp | date_format("%Y年%m月%d日") %>
<% /if %>
<% if:page_name eq 'article' -%>
<% if:diet_log %><% include:article_diet_file %><% /if %><% article.entire_body | bodyfilter(article_info,blog) %><% if:list_tag %>
<% /if %>
<% else -%>
<% if:diet_log %><% include:article_diet_file %><% /if %><% article.first_body | bodyfilter(article_info,blog) %><% if:list_tag %>
<% /if %>
<% /if -%>
<% if:blog.bookmark_service %>
<% /if %>
posted by <% article.nickname %> at <% article.createstamp | date_format("%H:%M") -%>
<% if:article_weather -%>
| <% article_weather.state %> <% article_weather.weather_emoji -%>
<% /if -%>
<% if:diet_log -%>
| <% if:diet_log.condition == -2 %>絶不調

<% /if -%>
<% if:diet_log.condition == -1 %>不調

<% /if -%>
<% if:diet_log.condition == 0 %>普通

<% /if -%>
<% if:diet_log.condition == 1 %>好調

<% /if -%>
<% if:diet_log.condition == 2 %>絶好調

<% /if -%>
<% /if -%>
<% if:article.accept_comment_show -%>
|
Comment(<% article.children_count | __or__ | echo('0') %>)
<% /if -%>
<% if:article.accept_tb_show %>
|
TrackBack(<% article.tb_count | __or__ | echo('0') %>)
<% /if -%>
<% if:style.disp_category %>|
<% article_category.name %><% /if %>
<% /loop -%>
<% /unless -%>
<% /unless -%>
<% if:page_name eq 'category' -%>
<% if:pager.need_pager -%>
<% /if -%>
<% /if -%>
<% if:page_name eq 'archive' -%>
<% if:archive_page_name eq 'month' -%>
<% if:pager.need_pager -%>
<% /if -%>
<% /if -%>
<% /if -%>
<% if:page_name eq 'article' -%>
<% if:individual_article.accept_comment_show -%>
<% /if -%>
<% if:individual_article.accept_tb_show -%>
<% if:individual_article.accept_tb_catch -%>
この記事へのトラックバックURL
<% individual_article.tb_url %>
<% if:individual_article.accept_tb_permission_mode -%>
※ブログオーナーが承認したトラックバックのみ表示されます。
<% /if -%>
<% if:blog.ignore_setting.tb_link_lookup -%>
※言及リンクのないトラックバックは受信されません。
<% /if -%>
<% if:blog.ignore_setting.banascii_tb -%>
<% /if -%>
<% /if %>
この記事へのトラックバック
<% loop:list_individual_article_tb -%>
<% tb.title | html %>
Excerpt: <% tb.excerpt | text_summary | html %>
Weblog: <% tb.blog_name | html %>
Tracked: <% tb.createstamp | date_format('%Y-%m-%d %H:%M') %>
<% /loop -%>
<% /if -%>
<% /if -%>
<% content.footer -%>