%# i.latest.rhtml $Revision: 1.11 $ %>
<%= CGI::escapeHTML( @conf.html_title ) %>
<%
param = {
'prefix' => 'i.',
'index' => @conf.index,
'date_format' => @conf.date_format,
'section_anchor' => @conf.section_anchor,
'comment_anchor' => @conf.comment_anchor,
'long_mode' => false,
'show_referer' => false,
'referer_limit' => 0,
'show_comment' => @conf.show_comment,
'comment_limit' => 100,
'multi_user' => @conf.multi_user,
'show_nyear' => false,
}
latest( 1 ) do |diary| %>
<%%= mobile_navi %>
<%= diary.eval_rhtml( param, PATH ) %>
<% unless @conf.hide_comment_form %>
<%
end
end %>