diff options
Diffstat (limited to 'generate.sh')
-rwxr-xr-x | generate.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/generate.sh b/generate.sh index 487bbc1..ccfd1ae 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -64,6 +64,7 @@ cat > ./docs/index.html << EOF | |||
64 | <!DOCTYPE html> | 64 | <!DOCTYPE html> |
65 | <html lang="en"> | 65 | <html lang="en"> |
66 | <head> | 66 | <head> |
67 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> | ||
67 | <link rel="stylesheet" href="./style.css"> | 68 | <link rel="stylesheet" href="./style.css"> |
68 | <meta charset="UTF-8"> | 69 | <meta charset="UTF-8"> |
69 | <meta name="viewport" content="initial-scale=1"> | 70 | <meta name="viewport" content="initial-scale=1"> |
@@ -131,8 +132,8 @@ cat >> ./docs/index.html << EOF | |||
131 | <div class="separator"></div> | 132 | <div class="separator"></div> |
132 | <div class="footer"> | 133 | <div class="footer"> |
133 | <a href="https://github.com/nerdypepper">Github</a> · | 134 | <a href="https://github.com/nerdypepper">Github</a> · |
134 | <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> · | 135 | <a rel="me" href="https://freeradical.zone/@NerdyPepper">Mastodon</a> |
135 | <a href="mailto:nerdypepper@tuta.io">Mail</a> · | 136 | <a href="mailto:nerdy@peppe.rs">Mail</a> · |
136 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · | 137 | <a href="https://linkedin.com/in/nerdypepper">LinkedIn</a> · |
137 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> | 138 | <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"> |
138 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> | 139 | <img class="footimgs" src="https://d33wubrfki0l68.cloudfront.net/94387e9d77fbc8b4360db81e72603ecba3df94a7/632bc/static/cc.svg"> |