diff options
Diffstat (limited to 'generate.sh')
-rwxr-xr-x | generate.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generate.sh b/generate.sh index 5a01962..aac713c 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -45,7 +45,11 @@ link_wrapper() { | |||
45 | intro() { | 45 | intro() { |
46 | echo -ne " | 46 | echo -ne " |
47 | <div class="intro"> | 47 | <div class="intro"> |
48 | Hi. <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 48 | Hi. |
49 | <div class="hot-links"> | ||
50 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | ||
51 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
52 | </div> | ||
49 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> | 53 | <p>I'm Akshay, I go by nerd or nerdypepper on the internet.</p> |
50 | <p> | 54 | <p> |
51 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. | 55 | I am a compsci undergrad, Rust programmer and an enthusiastic Vimmer. |