diff options
author | Akshay <[email protected]> | 2020-05-31 03:48:55 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-05-31 03:48:55 +0100 |
commit | 43032d7952c9dafce3ba8590db928cfd7edf5519 (patch) | |
tree | 6830cb95e159ac98939e975b6f4f5441a31d6b07 | |
parent | f38b7b1963d909ad689cd463884f63721c8a275a (diff) |
fix spacing issue
-rw-r--r-- | docs/index.html | 2 | ||||
-rwxr-xr-x | generate.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 71f1860..f745423 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -291,7 +291,7 @@ | |||
291 | <div class="separator"></div> | 291 | <div class="separator"></div> |
292 | <div class="footer"> | 292 | <div class="footer"> |
293 | <a href="https://github.com/nerdypepper">Github</a> · | 293 | <a href="https://github.com/nerdypepper">Github</a> · |
294 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> | 294 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> · |
295 | <a href="mailto:[email protected]">Mail</a> · | 295 | <a href="mailto:[email protected]">Mail</a> · |
296 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · | 296 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · |
297 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> | 297 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> |
diff --git a/generate.sh b/generate.sh index 0ce4cb5..9504d6a 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -132,7 +132,7 @@ cat >> ./docs/index.html << EOF | |||
132 | <div class="separator"></div> | 132 | <div class="separator"></div> |
133 | <div class="footer"> | 133 | <div class="footer"> |
134 | <a href="https://github.com/nerdypepper">Github</a> · | 134 | <a href="https://github.com/nerdypepper">Github</a> · |
135 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> | 135 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> · |
136 | <a href="mailto:[email protected]">Mail</a> · | 136 | <a href="mailto:[email protected]">Mail</a> · |
137 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · | 137 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · |
138 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> | 138 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> |