Skip to content

Commit

Permalink
Merge pull request #407 from TomK32/patch-1
Browse files Browse the repository at this point in the history
Update gallery_index.rb
  • Loading branch information
DavidS authored Sep 27, 2023
2 parents c32c6cb + ebf96d8 commit 12699a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cheesy-gallery/gallery_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This Document subclass is used to stand in for gallery indices which do not have a `index.html`
class CheesyGallery::GalleryIndex < Jekyll::Document
DEFAULT_CONTENT = "This page intentionally left plank.\n"
DEFAULT_CONTENT = "This page intentionally left blank.\n"

# skip reading content, as there is by definition no backing file for this
def read_content(_opts = nil)
Expand Down

0 comments on commit 12699a1

Please sign in to comment.