template/novel.txt.erb in narou-2.5.2 vs template/novel.txt.erb in narou-2.6.0
- old
+ new
@@ -1,7 +1,8 @@
<%# -*- coding: utf-8 -*- -%>
-<% Template.target_binary_version(1.0) -%>
+<% Template.target_binary_version(1.1) -%>
+<% unless is_hotentry -%>
<%= processed_title %>
<%= toc["author"] %>
<%= cover_chuki %>
[#区切り線]
<% if toc["story"] != "" -%>
@@ -11,18 +12,20 @@
<% end -%>
掲載ページ:
<a href="<%= toc["toc_url"] %>"><%= toc["toc_url"] %></a>
[#区切り線]
+<%- end -%>
<% sections.each_with_index do |section, i| -%>
[#改ページ]
<% if section["chapter"] != "" -%>
-[#ページの左右中央]
[#ここから柱]<%= toc["title"] %>[#ここで柱終わり]
<% if device && device.ibooks? -%>
<%# ibooks だと左右中央が機能しないため -%>
<%= "\n" * 6 -%>
+<% else -%>
+[#ページの左右中央]
<% end -%>
[#3字下げ][#大見出し]<%= section["chapter"] %>[#大見出し終わり]
[#改ページ]
<% end -%>
@@ -66,8 +69,8 @@
<% if illust_chuki_array.count > 0 -%>
<%= illust_chuki_array.join("\n") %>
<% end -%>
<% end -%>
<% end -%>
-<% if setting.enable_display_end_of_book -%>
+<% if setting.enable_display_end_of_book && !is_hotentry -%>
[#ここから地付き][#小書き](本を読み終わりました)[#小書き終わり][#ここで地付き終わり]
<% end -%>