diff options
author | Akshay <[email protected]> | 2023-02-14 10:38:50 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-02-14 10:38:50 +0000 |
commit | 3a2829eaef155a67641b2e322d88c8f243c7870b (patch) | |
tree | ec25e67aeffbbeb130cdd6a1a2985b0b4a3cc851 | |
parent | 2ff504e6959266495fb0a29cba389bd9795c9304 (diff) |
remove donate button
28 files changed, 27 insertions, 55 deletions
diff --git a/docs/index.html b/docs/index.html index 4c28c4f..72750f9 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -22,8 +22,7 @@ | |||
22 | <div class="intro"> | 22 | <div class="intro"> |
23 | Hi. | 23 | Hi. |
24 | <div class="hot-links"> | 24 | <div class="hot-links"> |
25 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 25 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
26 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
27 | </div> | 26 | </div> |
28 | <p>I'm Akshay, programmer and pixel-artist.</p> | 27 | <p>I'm Akshay, programmer and pixel-artist.</p> |
29 | <p> | 28 | <p> |
diff --git a/docs/posts/SDL2_devlog/index.html b/docs/posts/SDL2_devlog/index.html index 4a2e05c..35fd094 100644 --- a/docs/posts/SDL2_devlog/index.html +++ b/docs/posts/SDL2_devlog/index.html | |||
@@ -329,8 +329,7 @@ allowed me to get all the way to drawing a grid from a | |||
329 | <div class="intro"> | 329 | <div class="intro"> |
330 | Hi. | 330 | Hi. |
331 | <div class="hot-links"> | 331 | <div class="hot-links"> |
332 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 332 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
333 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
334 | </div> | 333 | </div> |
335 | <p>I'm Akshay, programmer and pixel-artist.</p> | 334 | <p>I'm Akshay, programmer and pixel-artist.</p> |
336 | <p> | 335 | <p> |
diff --git a/docs/posts/WPA_woes/index.html b/docs/posts/WPA_woes/index.html index 2ebd7d2..a8fbf24 100644 --- a/docs/posts/WPA_woes/index.html +++ b/docs/posts/WPA_woes/index.html | |||
@@ -77,8 +77,7 @@ $ sudo sv restart dhcpcd</code></pre> | |||
77 | <div class="intro"> | 77 | <div class="intro"> |
78 | Hi. | 78 | Hi. |
79 | <div class="hot-links"> | 79 | <div class="hot-links"> |
80 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 80 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
81 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
82 | </div> | 81 | </div> |
83 | <p>I'm Akshay, programmer and pixel-artist.</p> | 82 | <p>I'm Akshay, programmer and pixel-artist.</p> |
84 | <p> | 83 | <p> |
diff --git a/docs/posts/a_reference_counted_afterlife/index.html b/docs/posts/a_reference_counted_afterlife/index.html index 5b9bdb6..816871d 100644 --- a/docs/posts/a_reference_counted_afterlife/index.html +++ b/docs/posts/a_reference_counted_afterlife/index.html | |||
@@ -88,8 +88,7 @@ garbage-collection models a program’s memory.</p> | |||
88 | <div class="intro"> | 88 | <div class="intro"> |
89 | Hi. | 89 | Hi. |
90 | <div class="hot-links"> | 90 | <div class="hot-links"> |
91 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 91 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
92 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
93 | </div> | 92 | </div> |
94 | <p>I'm Akshay, programmer and pixel-artist.</p> | 93 | <p>I'm Akshay, programmer and pixel-artist.</p> |
95 | <p> | 94 | <p> |
diff --git a/docs/posts/auto-currying_rust_functions/index.html b/docs/posts/auto-currying_rust_functions/index.html index da17504..d08c674 100644 --- a/docs/posts/auto-currying_rust_functions/index.html +++ b/docs/posts/auto-currying_rust_functions/index.html | |||
@@ -774,8 +774,7 @@ class="footnote-back" role="doc-backlink">↩︎</a></p></li> | |||
774 | <div class="intro"> | 774 | <div class="intro"> |
775 | Hi. | 775 | Hi. |
776 | <div class="hot-links"> | 776 | <div class="hot-links"> |
777 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 777 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
778 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
779 | </div> | 778 | </div> |
780 | <p>I'm Akshay, programmer and pixel-artist.</p> | 779 | <p>I'm Akshay, programmer and pixel-artist.</p> |
781 | <p> | 780 | <p> |
diff --git a/docs/posts/bash_harder_with_vim/index.html b/docs/posts/bash_harder_with_vim/index.html index d27deda..b0df7b6 100644 --- a/docs/posts/bash_harder_with_vim/index.html +++ b/docs/posts/bash_harder_with_vim/index.html | |||
@@ -90,8 +90,7 @@ Press ENTER or type command to continue</code></pre> | |||
90 | <div class="intro"> | 90 | <div class="intro"> |
91 | Hi. | 91 | Hi. |
92 | <div class="hot-links"> | 92 | <div class="hot-links"> |
93 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 93 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
94 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
95 | </div> | 94 | </div> |
96 | <p>I'm Akshay, programmer and pixel-artist.</p> | 95 | <p>I'm Akshay, programmer and pixel-artist.</p> |
97 | <p> | 96 | <p> |
diff --git a/docs/posts/bye_bye_BDFs/index.html b/docs/posts/bye_bye_BDFs/index.html index f144737..d99bb76 100644 --- a/docs/posts/bye_bye_BDFs/index.html +++ b/docs/posts/bye_bye_BDFs/index.html | |||
@@ -72,8 +72,7 @@ with bitmap-only OpenType font formats.</p> | |||
72 | <div class="intro"> | 72 | <div class="intro"> |
73 | Hi. | 73 | Hi. |
74 | <div class="hot-links"> | 74 | <div class="hot-links"> |
75 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 75 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
76 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
77 | </div> | 76 | </div> |
78 | <p>I'm Akshay, programmer and pixel-artist.</p> | 77 | <p>I'm Akshay, programmer and pixel-artist.</p> |
79 | <p> | 78 | <p> |
diff --git a/docs/posts/call_to_ARMs/index.html b/docs/posts/call_to_ARMs/index.html index 71d34bc..fefcf44 100644 --- a/docs/posts/call_to_ARMs/index.html +++ b/docs/posts/call_to_ARMs/index.html | |||
@@ -102,8 +102,7 @@ syntax too well.</p> | |||
102 | <div class="intro"> | 102 | <div class="intro"> |
103 | Hi. | 103 | Hi. |
104 | <div class="hot-links"> | 104 | <div class="hot-links"> |
105 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 105 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
106 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
107 | </div> | 106 | </div> |
108 | <p>I'm Akshay, programmer and pixel-artist.</p> | 107 | <p>I'm Akshay, programmer and pixel-artist.</p> |
109 | <p> | 108 | <p> |
diff --git a/docs/posts/color_conundrum/index.html b/docs/posts/color_conundrum/index.html index 85ab77a..57cfbf8 100644 --- a/docs/posts/color_conundrum/index.html +++ b/docs/posts/color_conundrum/index.html | |||
@@ -74,8 +74,7 @@ combinations.</p> | |||
74 | <div class="intro"> | 74 | <div class="intro"> |
75 | Hi. | 75 | Hi. |
76 | <div class="hot-links"> | 76 | <div class="hot-links"> |
77 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 77 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
78 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
79 | </div> | 78 | </div> |
80 | <p>I'm Akshay, programmer and pixel-artist.</p> | 79 | <p>I'm Akshay, programmer and pixel-artist.</p> |
81 | <p> | 80 | <p> |
diff --git a/docs/posts/curing_a_case_of_git-UX/index.html b/docs/posts/curing_a_case_of_git-UX/index.html index f7ff22d..91700cd 100644 --- a/docs/posts/curing_a_case_of_git-UX/index.html +++ b/docs/posts/curing_a_case_of_git-UX/index.html | |||
@@ -302,8 +302,7 @@ class="sourceCode bash"><code class="sourceCode bash"><span id="cb16-1"><a href= | |||
302 | <div class="intro"> | 302 | <div class="intro"> |
303 | Hi. | 303 | Hi. |
304 | <div class="hot-links"> | 304 | <div class="hot-links"> |
305 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 305 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
306 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
307 | </div> | 306 | </div> |
308 | <p>I'm Akshay, programmer and pixel-artist.</p> | 307 | <p>I'm Akshay, programmer and pixel-artist.</p> |
309 | <p> | 308 | <p> |
diff --git a/docs/posts/font_size_fallacies/index.html b/docs/posts/font_size_fallacies/index.html index fa82036..0148eaa 100644 --- a/docs/posts/font_size_fallacies/index.html +++ b/docs/posts/font_size_fallacies/index.html | |||
@@ -119,8 +119,7 @@ href="#fnref4" class="footnote-back" role="doc-backlink">↩︎</a></p></li> | |||
119 | <div class="intro"> | 119 | <div class="intro"> |
120 | Hi. | 120 | Hi. |
121 | <div class="hot-links"> | 121 | <div class="hot-links"> |
122 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 122 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
123 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
124 | </div> | 123 | </div> |
125 | <p>I'm Akshay, programmer and pixel-artist.</p> | 124 | <p>I'm Akshay, programmer and pixel-artist.</p> |
126 | <p> | 125 | <p> |
diff --git a/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html b/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html index fbaf5fe..d6d5215 100644 --- a/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html +++ b/docs/posts/get_better_at_yanking_and_putting_in_vim/index.html | |||
@@ -66,8 +66,7 @@ nnoremap gb `[v`] " "a quick map to perform the above</code></pre>< | |||
66 | <div class="intro"> | 66 | <div class="intro"> |
67 | Hi. | 67 | Hi. |
68 | <div class="hot-links"> | 68 | <div class="hot-links"> |
69 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 69 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
70 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
71 | </div> | 70 | </div> |
72 | <p>I'm Akshay, programmer and pixel-artist.</p> | 71 | <p>I'm Akshay, programmer and pixel-artist.</p> |
73 | <p> | 72 | <p> |
diff --git a/docs/posts/gripes_with_go/index.html b/docs/posts/gripes_with_go/index.html index 8e9cfbc..d9c4473 100644 --- a/docs/posts/gripes_with_go/index.html +++ b/docs/posts/gripes_with_go/index.html | |||
@@ -190,8 +190,7 @@ for Go v2.</p> | |||
190 | <div class="intro"> | 190 | <div class="intro"> |
191 | Hi. | 191 | Hi. |
192 | <div class="hot-links"> | 192 | <div class="hot-links"> |
193 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 193 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
194 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
195 | </div> | 194 | </div> |
196 | <p>I'm Akshay, programmer and pixel-artist.</p> | 195 | <p>I'm Akshay, programmer and pixel-artist.</p> |
197 | <p> | 196 | <p> |
diff --git a/docs/posts/hold_position!/index.html b/docs/posts/hold_position!/index.html index 2ca0f87..52880d1 100644 --- a/docs/posts/hold_position!/index.html +++ b/docs/posts/hold_position!/index.html | |||
@@ -66,8 +66,7 @@ through heavier filtering.</p> | |||
66 | <div class="intro"> | 66 | <div class="intro"> |
67 | Hi. | 67 | Hi. |
68 | <div class="hot-links"> | 68 | <div class="hot-links"> |
69 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 69 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
70 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
71 | </div> | 70 | </div> |
72 | <p>I'm Akshay, programmer and pixel-artist.</p> | 71 | <p>I'm Akshay, programmer and pixel-artist.</p> |
73 | <p> | 72 | <p> |
diff --git a/docs/posts/lightweight_linting/index.html b/docs/posts/lightweight_linting/index.html index f1d4f29..a0d03b4 100644 --- a/docs/posts/lightweight_linting/index.html +++ b/docs/posts/lightweight_linting/index.html | |||
@@ -361,8 +361,7 @@ class="sourceCode scheme"><code class="sourceCode scheme"><span id="cb34-1"><a h | |||
361 | <div class="intro"> | 361 | <div class="intro"> |
362 | Hi. | 362 | Hi. |
363 | <div class="hot-links"> | 363 | <div class="hot-links"> |
364 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 364 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
365 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
366 | </div> | 365 | </div> |
367 | <p>I'm Akshay, programmer and pixel-artist.</p> | 366 | <p>I'm Akshay, programmer and pixel-artist.</p> |
368 | <p> | 367 | <p> |
diff --git a/docs/posts/lotus58/index.html b/docs/posts/lotus58/index.html index f9d6951..c5691d0 100644 --- a/docs/posts/lotus58/index.html +++ b/docs/posts/lotus58/index.html | |||
@@ -157,8 +157,7 @@ Even for someone that writes Rust (a symbol-heavy grammar), I find | |||
157 | <div class="intro"> | 157 | <div class="intro"> |
158 | Hi. | 158 | Hi. |
159 | <div class="hot-links"> | 159 | <div class="hot-links"> |
160 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 160 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
161 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
162 | </div> | 161 | </div> |
163 | <p>I'm Akshay, programmer and pixel-artist.</p> | 162 | <p>I'm Akshay, programmer and pixel-artist.</p> |
164 | <p> | 163 | <p> |
diff --git a/docs/posts/my_setup/index.html b/docs/posts/my_setup/index.html index 2e0e442..8be1c26 100644 --- a/docs/posts/my_setup/index.html +++ b/docs/posts/my_setup/index.html | |||
@@ -71,8 +71,7 @@ emulator, <code>urxvt</code>.</p> | |||
71 | <div class="intro"> | 71 | <div class="intro"> |
72 | Hi. | 72 | Hi. |
73 | <div class="hot-links"> | 73 | <div class="hot-links"> |
74 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 74 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
75 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
76 | </div> | 75 | </div> |
77 | <p>I'm Akshay, programmer and pixel-artist.</p> | 76 | <p>I'm Akshay, programmer and pixel-artist.</p> |
78 | <p> | 77 | <p> |
diff --git a/docs/posts/nixOS/index.html b/docs/posts/nixOS/index.html index 5cbe559..3a5b6a1 100644 --- a/docs/posts/nixOS/index.html +++ b/docs/posts/nixOS/index.html | |||
@@ -120,8 +120,7 @@ src="https://u.peppe.rs/6m.png" /></a></p> | |||
120 | <div class="intro"> | 120 | <div class="intro"> |
121 | Hi. | 121 | Hi. |
122 | <div class="hot-links"> | 122 | <div class="hot-links"> |
123 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 123 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
124 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
125 | </div> | 124 | </div> |
126 | <p>I'm Akshay, programmer and pixel-artist.</p> | 125 | <p>I'm Akshay, programmer and pixel-artist.</p> |
127 | <p> | 126 | <p> |
diff --git a/docs/posts/novice_nix:_flake_templates/index.html b/docs/posts/novice_nix:_flake_templates/index.html index 77fa5d7..23faa5f 100644 --- a/docs/posts/novice_nix:_flake_templates/index.html +++ b/docs/posts/novice_nix:_flake_templates/index.html | |||
@@ -239,8 +239,7 @@ though.</p> | |||
239 | <div class="intro"> | 239 | <div class="intro"> |
240 | Hi. | 240 | Hi. |
241 | <div class="hot-links"> | 241 | <div class="hot-links"> |
242 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 242 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
243 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
244 | </div> | 243 | </div> |
245 | <p>I'm Akshay, programmer and pixel-artist.</p> | 244 | <p>I'm Akshay, programmer and pixel-artist.</p> |
246 | <p> | 245 | <p> |
diff --git a/docs/posts/onivim_sucks/index.html b/docs/posts/onivim_sucks/index.html index b1f0e1c..d021d1b 100644 --- a/docs/posts/onivim_sucks/index.html +++ b/docs/posts/onivim_sucks/index.html | |||
@@ -80,8 +80,7 @@ charity ware that actually works, and costs $100 lesser.</p> | |||
80 | <div class="intro"> | 80 | <div class="intro"> |
81 | Hi. | 81 | Hi. |
82 | <div class="hot-links"> | 82 | <div class="hot-links"> |
83 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 83 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
84 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
85 | </div> | 84 | </div> |
86 | <p>I'm Akshay, programmer and pixel-artist.</p> | 85 | <p>I'm Akshay, programmer and pixel-artist.</p> |
87 | <p> | 86 | <p> |
diff --git a/docs/posts/pixel_art_in_GIMP/index.html b/docs/posts/pixel_art_in_GIMP/index.html index 7b405a2..9ace7cb 100644 --- a/docs/posts/pixel_art_in_GIMP/index.html +++ b/docs/posts/pixel_art_in_GIMP/index.html | |||
@@ -148,8 +148,7 @@ it up to 700x700, et voilà!</p> | |||
148 | <div class="intro"> | 148 | <div class="intro"> |
149 | Hi. | 149 | Hi. |
150 | <div class="hot-links"> | 150 | <div class="hot-links"> |
151 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 151 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
152 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
153 | </div> | 152 | </div> |
154 | <p>I'm Akshay, programmer and pixel-artist.</p> | 153 | <p>I'm Akshay, programmer and pixel-artist.</p> |
155 | <p> | 154 | <p> |
diff --git a/docs/posts/programming_on_34_keys/index.html b/docs/posts/programming_on_34_keys/index.html index 3512209..cb0a912 100644 --- a/docs/posts/programming_on_34_keys/index.html +++ b/docs/posts/programming_on_34_keys/index.html | |||
@@ -206,8 +206,7 @@ focusing on accuracy and comfort over speed. Speed comes with time.</p> | |||
206 | <div class="intro"> | 206 | <div class="intro"> |
207 | Hi. | 207 | Hi. |
208 | <div class="hot-links"> | 208 | <div class="hot-links"> |
209 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 209 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
210 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
211 | </div> | 210 | </div> |
212 | <p>I'm Akshay, programmer and pixel-artist.</p> | 211 | <p>I'm Akshay, programmer and pixel-artist.</p> |
213 | <p> | 212 | <p> |
diff --git a/docs/posts/rapid_refactoring_with_vim/index.html b/docs/posts/rapid_refactoring_with_vim/index.html index 2a77da5..592c433 100644 --- a/docs/posts/rapid_refactoring_with_vim/index.html +++ b/docs/posts/rapid_refactoring_with_vim/index.html | |||
@@ -200,8 +200,7 @@ class="footnote-back" role="doc-backlink">↩︎</a></p></li> | |||
200 | <div class="intro"> | 200 | <div class="intro"> |
201 | Hi. | 201 | Hi. |
202 | <div class="hot-links"> | 202 | <div class="hot-links"> |
203 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 203 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
204 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
205 | </div> | 204 | </div> |
206 | <p>I'm Akshay, programmer and pixel-artist.</p> | 205 | <p>I'm Akshay, programmer and pixel-artist.</p> |
207 | <p> | 206 | <p> |
diff --git a/docs/posts/self-hosting_git/index.html b/docs/posts/self-hosting_git/index.html index 6a50e2c..22c9d90 100644 --- a/docs/posts/self-hosting_git/index.html +++ b/docs/posts/self-hosting_git/index.html | |||
@@ -207,8 +207,7 @@ scp .git/description "$remote/description"</code></pre> | |||
207 | <div class="intro"> | 207 | <div class="intro"> |
208 | Hi. | 208 | Hi. |
209 | <div class="hot-links"> | 209 | <div class="hot-links"> |
210 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 210 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
211 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
212 | </div> | 211 | </div> |
213 | <p>I'm Akshay, programmer and pixel-artist.</p> | 212 | <p>I'm Akshay, programmer and pixel-artist.</p> |
214 | <p> | 213 | <p> |
diff --git a/docs/posts/static_sites_with_bash/index.html b/docs/posts/static_sites_with_bash/index.html index 31845dd..475b792 100644 --- a/docs/posts/static_sites_with_bash/index.html +++ b/docs/posts/static_sites_with_bash/index.html | |||
@@ -93,8 +93,7 @@ the file names (removes underscores, title-case), and | |||
93 | <div class="intro"> | 93 | <div class="intro"> |
94 | Hi. | 94 | Hi. |
95 | <div class="hot-links"> | 95 | <div class="hot-links"> |
96 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 96 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
97 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
98 | </div> | 97 | </div> |
99 | <p>I'm Akshay, programmer and pixel-artist.</p> | 98 | <p>I'm Akshay, programmer and pixel-artist.</p> |
100 | <p> | 99 | <p> |
diff --git a/docs/posts/termux_tandem/index.html b/docs/posts/termux_tandem/index.html index 89a23d8..fc233eb 100644 --- a/docs/posts/termux_tandem/index.html +++ b/docs/posts/termux_tandem/index.html | |||
@@ -81,8 +81,7 @@ src="https://u.peppe.rs/CP.jpg" /></a></p> | |||
81 | <div class="intro"> | 81 | <div class="intro"> |
82 | Hi. | 82 | Hi. |
83 | <div class="hot-links"> | 83 | <div class="hot-links"> |
84 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 84 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
85 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
86 | </div> | 85 | </div> |
87 | <p>I'm Akshay, programmer and pixel-artist.</p> | 86 | <p>I'm Akshay, programmer and pixel-artist.</p> |
88 | <p> | 87 | <p> |
diff --git a/docs/posts/turing_complete_type_systems/index.html b/docs/posts/turing_complete_type_systems/index.html index a7efbdb..a6d2909 100644 --- a/docs/posts/turing_complete_type_systems/index.html +++ b/docs/posts/turing_complete_type_systems/index.html | |||
@@ -71,8 +71,7 @@ while, after hitting the recursion limit.</p> | |||
71 | <div class="intro"> | 71 | <div class="intro"> |
72 | Hi. | 72 | Hi. |
73 | <div class="hot-links"> | 73 | <div class="hot-links"> |
74 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe</a> | 74 | <a href="https://peppe.rs/index.xml" class="feed-button">Subscribe (RSS)</a> |
75 | <a href="https://liberapay.com/nerdypepper/donate" class="donate-button">Donate</a> | ||
76 | </div> | 75 | </div> |
77 | <p>I'm Akshay, programmer and pixel-artist.</p> | 76 | <p>I'm Akshay, programmer and pixel-artist.</p> |
78 | <p> | 77 | <p> |
diff --git a/generate.sh b/generate.sh index 79f2ab4..47de319 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -76,7 +76,6 @@ intro() { | |||
76 | Hi. | 76 | Hi. |
77 | <div class=\"hot-links\"> | 77 | <div class=\"hot-links\"> |
78 | <a href=\"https://peppe.rs/index.xml\" class=\"feed-button\">Subscribe</a> | 78 | <a href=\"https://peppe.rs/index.xml\" class=\"feed-button\">Subscribe</a> |
79 | <a href=\"https://liberapay.com/nerdypepper/donate\" class=\"donate-button\">Donate</a> | ||
80 | </div> | 79 | </div> |
81 | <p>I'm Akshay, programmer and pixel-artist.</p> | 80 | <p>I'm Akshay, programmer and pixel-artist.</p> |
82 | <p> | 81 | <p> |