From d8ed44e20e663525d90863073c58f21bbea21a25 Mon Sep 17 00:00:00 2001 From: Ainsley Ellis Date: Wed, 16 Oct 2024 14:41:00 -0400 Subject: [PATCH] Normalise capitalisation of LoI --- www/contribute/producing-an-ebook-step-by-step.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index 6c481e9f..e4860fa4 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -295,7 +295,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
  • Add a list of illustrations

    If a work has illustrations besides the cover and title pages, we include a “list of illustrations” at the end of the book, after the endnotes but before the colophon. The LoI file is also standardized.

    -

    If an LOI is created, do a corresponding commit.

    git add -A git commit -m "Add LOI" +

    If an LoI is created, do a corresponding commit.

    git add -A git commit -m "Add LoI"

    Jekyll doesn’t have any illustrations, so we skip this step.