mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-14 07:01:12 -06:00
Try to fix ruby script
This is really a shoot in the dark... I have not tested it in any way.
This commit is contained in:
@@ -79,7 +79,7 @@ class ModifyBuild
|
|||||||
end
|
end
|
||||||
|
|
||||||
def is_cover_page?(filename)
|
def is_cover_page?(filename)
|
||||||
["book.html", "index.html"].any? do |name|
|
["book_sans_serif.html", "index.html"].any? do |name|
|
||||||
filename.include?(name)
|
filename.include?(name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user