diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/01_04_2023-advent-of-wasm.html | 6 | ||||
-rw-r--r-- | posts/07_29_2022-on-communities-and-trust.html | 5 | ||||
-rw-r--r-- | posts/08_01_2022-thoughts-on-neovim.html | 5 | ||||
-rw-r--r-- | posts/index.html | 5 |
4 files changed, 20 insertions, 1 deletions
diff --git a/posts/01_04_2023-advent-of-wasm.html b/posts/01_04_2023-advent-of-wasm.html index 129d47f..4f707a6 100644 --- a/posts/01_04_2023-advent-of-wasm.html +++ b/posts/01_04_2023-advent-of-wasm.html @@ -114,6 +114,10 @@ you're looking for something new to try definitely consider giving webassembly a look. </p> - + + <footer> + <a href="https://git.tempest.dev/ashe/tempest.dev">Site Source</a> + <a href="/pay-transparency.html">Pay Transparency</a> + </footer> </body> </html> diff --git a/posts/07_29_2022-on-communities-and-trust.html b/posts/07_29_2022-on-communities-and-trust.html index 82da654..4aef9ae 100644 --- a/posts/07_29_2022-on-communities-and-trust.html +++ b/posts/07_29_2022-on-communities-and-trust.html @@ -98,5 +98,10 @@ the needs of their players sticks around longer than it takes to clean up their PR mess, I personally am hesitant to forgive them. </p> + + <footer> + <a href="https://git.tempest.dev/ashe/tempest.dev">Site Source</a> + <a href="/pay-transparency.html">Pay Transparency</a> + </footer> </body> </html> diff --git a/posts/08_01_2022-thoughts-on-neovim.html b/posts/08_01_2022-thoughts-on-neovim.html index f300c5c..183902a 100644 --- a/posts/08_01_2022-thoughts-on-neovim.html +++ b/posts/08_01_2022-thoughts-on-neovim.html @@ -100,5 +100,10 @@ But hey - if you're looking for a challenge, you'll definitely learn a lot. </p> + + <footer> + <a href="https://git.tempest.dev/ashe/tempest.dev">Site Source</a> + <a href="/pay-transparency.html">Pay Transparency</a> + </footer> </body> </html> diff --git a/posts/index.html b/posts/index.html index b86c5a5..05beb66 100644 --- a/posts/index.html +++ b/posts/index.html @@ -33,5 +33,10 @@ <a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a> </li> </ul> + + <footer> + <a href="https://git.tempest.dev/ashe/tempest.dev">Site Source</a> + <a href="/pay-transparency.html">Pay Transparency</a> + </footer> </body> </html> |