From c517871fc2c01128eec660718a5432c9f68c23bd Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 23 Feb 2021 13:14:18 +0530 Subject: add footer to idx --- docs/index.html | 15 +++++++++++++++ generate.sh | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index c2a169d..3d05a65 100644 --- a/docs/index.html +++ b/docs/index.html @@ -91,3 +91,18 @@ More ⟶ + +
+ + + + + diff --git a/generate.sh b/generate.sh index 5c556a0..ec8921f 100755 --- a/generate.sh +++ b/generate.sh @@ -244,7 +244,7 @@ esh \ -o "./docs/index.xml" \ "rss.esh" -cat << EOF | tee -a ./docs/posts/index.html ./docs/art/index.html > /dev/null +cat << EOF | tee -a ./docs/posts/index.html ./docs/art/index.html ./docs/index.html > /dev/null