diff options
author | Akshay <[email protected]> | 2024-11-27 23:33:50 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-11-27 23:33:50 +0000 |
commit | 779d85e7b1196f823dd71f9c77802439caeb49c6 (patch) | |
tree | 4c86f5fc407bdcb40601075e2cf09d2bb0c8b8b3 | |
parent | 92a1fd5c5ee1fb0b4079128a0b7c6a1d78a2399d (diff) |
-rw-r--r-- | docs/index.html | 1 | ||||
-rw-r--r-- | docs/posts/index.html | 1 | ||||
-rwxr-xr-x | generate.sh | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index a834038..be84486 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -110,6 +110,7 @@ | |||
110 | <div class="footer"> | 110 | <div class="footer"> |
111 | <a href="https://git.peppe.rs">Code</a> · | 111 | <a href="https://git.peppe.rs">Code</a> · |
112 | <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> · | 112 | <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> · |
113 | <a href="https://bsky.app/profile/oppi.li">Bluesky</a> · | ||
113 | <a href="mailto:[email protected]">Mail</a> | 114 | <a href="mailto:[email protected]">Mail</a> |
114 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> | 115 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> |
115 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> | 116 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> |
diff --git a/docs/posts/index.html b/docs/posts/index.html index f70098b..9f1aac7 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html | |||
@@ -538,6 +538,7 @@ | |||
538 | <div class="footer"> | 538 | <div class="footer"> |
539 | <a href="https://git.peppe.rs">Code</a> · | 539 | <a href="https://git.peppe.rs">Code</a> · |
540 | <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> · | 540 | <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> · |
541 | <a href="https://bsky.app/profile/oppi.li">Bluesky</a> · | ||
541 | <a href="mailto:[email protected]">Mail</a> | 542 | <a href="mailto:[email protected]">Mail</a> |
542 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> | 543 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> |
543 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> | 544 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> |
diff --git a/generate.sh b/generate.sh index 5e17b96..ca6fda4 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -242,6 +242,7 @@ cat << EOF | tee -a ./docs/posts/index.html ./docs/index.html > /dev/null | |||
242 | <div class="footer"> | 242 | <div class="footer"> |
243 | <a href="https://git.peppe.rs">Code</a> · | 243 | <a href="https://git.peppe.rs">Code</a> · |
244 | <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> · | 244 | <a rel="me" href="https://merveilles.town/@nerdypepper">Fediverse</a> · |
245 | <a href="https://bsky.app/profile/oppi.li">Bluesky</a> · | ||
245 | <a href="mailto:[email protected]">Mail</a> | 246 | <a href="mailto:[email protected]">Mail</a> |
246 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> | 247 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> |
247 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> | 248 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> |