From d8db15ad0c6b0acaea1e6da1f48ea4a5922d4118 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Tue, 1 Sep 2020 16:40:17 +0200 Subject: [PATCH] Add footnotes section. --- .github/workflows/autofix.yaml | 2 +- readme.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 3fa5759..16e85e7 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -29,7 +29,7 @@ jobs: - name: Remove blacklisted TOC entries # See: https://github.com/sindresorhus/awesome-lint/blob/v0.13.0/rules/toc.js#L15-L20 run: | - gawk -i inplace '!/^- \[(Contribute|Contributing|Licence|License)\]\(#.+\)$/{print}' ./readme.md + gawk -i inplace '!/^- \[(Contribute|Contributing|Licence|License|Footnotes)\]\(#.+\)$/{print}' ./readme.md - name: Commit and push changes uses: stefanzweifel/git-auto-commit-action@v4.4.1 with: diff --git a/readme.md b/readme.md index a765369..97c7a53 100644 --- a/readme.md +++ b/readme.md @@ -363,4 +363,7 @@ The [header image](./assets/awesome-falsehood-header.jpg) is based on a modified distributed under a [Creative Commons BY-SA 2.0 UK license](https://creativecommons.org/licenses/by-sa/2.0/uk/deed.en). -[1]: [*Notebooks, 1914-1916*, page 14e](https://archive.org/details/notebooks191419100witt/page/n35) (Harper & Brothers, New York, 1961). [\[↑\]](#intro-quote-ref) + +## Footnotes + +* [1]: [*Notebooks, 1914-1916*, page 14e](https://archive.org/details/notebooks191419100witt/page/n35) (Harper & Brothers, New York, 1961). [\[↑\]](#intro-quote-ref)