diff options
author | Akshay <[email protected]> | 2021-02-23 07:44:18 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-02-23 07:44:18 +0000 |
commit | c517871fc2c01128eec660718a5432c9f68c23bd (patch) | |
tree | 0ec9cb301b5e5ecda10da401dd2cfd626d9a1240 | |
parent | cb5d00ef91736f184461906e335e24ab5243db8e (diff) |
add footer to idx
-rw-r--r-- | docs/index.html | 15 | ||||
-rwxr-xr-x | generate.sh | 2 |
2 files changed, 16 insertions, 1 deletions
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 @@ | |||
91 | </td> | 91 | </td> |
92 | </tr> | 92 | </tr> |
93 | <tr><td><a href="/art" class="post-end-link">More ⟶ </a></td></tr> | 93 | <tr><td><a href="/art" class="post-end-link">More ⟶ </a></td></tr> |
94 | </table> | ||
95 | <div class="separator"></div> | ||
96 | <div class="footer"> | ||
97 | <a href="https://github.com/nerdypepper">Github</a> · | ||
98 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> · | ||
99 | <a href="mailto:[email protected]">Mail</a> · | ||
100 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · | ||
101 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> | ||
102 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> | ||
103 | </a> | ||
104 | </div> | ||
105 | </div> | ||
106 | </div> | ||
107 | </body> | ||
108 | </html> | ||
diff --git a/generate.sh b/generate.sh index 5c556a0..ec8921f 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -244,7 +244,7 @@ esh \ | |||
244 | -o "./docs/index.xml" \ | 244 | -o "./docs/index.xml" \ |
245 | "rss.esh" | 245 | "rss.esh" |
246 | 246 | ||
247 | cat << EOF | tee -a ./docs/posts/index.html ./docs/art/index.html > /dev/null | 247 | cat << EOF | tee -a ./docs/posts/index.html ./docs/art/index.html ./docs/index.html > /dev/null |
248 | </table> | 248 | </table> |
249 | <div class="separator"></div> | 249 | <div class="separator"></div> |
250 | <div class="footer"> | 250 | <div class="footer"> |