From af65ab08efd7b61cac10b32d60f9b2b70c84414f Mon Sep 17 00:00:00 2001 From: krahets Date: Thu, 21 Sep 2023 20:48:54 +0800 Subject: [PATCH] Update .gitignore Remove prev and next button in footer.html --- .gitignore | 5 ++++ docs/overrides/partials/content.html | 2 +- docs/overrides/partials/footer.html | 36 ++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 docs/overrides/partials/footer.html diff --git a/.gitignore b/.gitignore index 190a18d75..79e162fef 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,8 @@ # test script test.sh + +# overrides +docs/overrides/partials/* +!docs/overrides/partials/content.html +!docs/overrides/partials/footer.html diff --git a/docs/overrides/partials/content.html b/docs/overrides/partials/content.html index f13c77fd0..dc2639dc7 100644 --- a/docs/overrides/partials/content.html +++ b/docs/overrides/partials/content.html @@ -107,4 +107,4 @@ aria-label="{{ lang.t('footer') }}" -{% include "partials/comments.html" %} +{% include "partials/comments.html" %} \ No newline at end of file diff --git a/docs/overrides/partials/footer.html b/docs/overrides/partials/footer.html new file mode 100644 index 000000000..59cd4956b --- /dev/null +++ b/docs/overrides/partials/footer.html @@ -0,0 +1,36 @@ + + + + \ No newline at end of file