-
{#each data.posts as post}
diff --git a/src/routes/donate/+page.md b/src/routes/donate/+page.md
index d6f2166..500338f 100644
--- a/src/routes/donate/+page.md
+++ b/src/routes/donate/+page.md
@@ -16,7 +16,7 @@ title: Donate
These donations primarily help us pay for our VPSes, domain names and other expenses related to crucial infrastructure we have to maintain. We also sometimes donate to developers who maintain software we rely heavily on such as our authentication provider.
## Donation methods
-You can currently donate by credit card through [Liberapay](https://liberaypay.com) and cryptocurrencies.
+You can currently donate by credit card through [Liberapay](https://liberapay.com) and cryptocurrencies.
### Credit card
diff --git a/src/routes/instances/+page.svelte b/src/routes/instances/+page.svelte
index 3e74c2c..c859843 100644
--- a/src/routes/instances/+page.svelte
+++ b/src/routes/instances/+page.svelte
@@ -1,5 +1,5 @@
-
-
-
-
- {#if item !== 200}
- ({item})
+{#if type === "tor" || type === "torBp"}
+
+
+
+ {#if type === "torBp"}
+ Backup
{/if}
- {#if type === "geo"}
- GeoDNS
- {:else if type === "eu"}
- EU
- {:else if type === "us"}
- US
- {:else if type === "backup"}
- Backup
- {/if}
-
-
-
+
+
+{:else}
+
+
+
+
+ {#if item !== 200}
+ ({item})
+ {/if}
+ {#if type === "geo"}
+ GeoDNS
+ {:else if type === "eu"}
+ EU
+ {:else if type === "us"}
+ US
+ {:else if type === "backup"}
+ Backup
+ {/if}
+
+
+
+{/if}
\ No newline at end of file
diff --git a/static/icons/akkoma.png b/static/icons/akkoma.png
new file mode 100644
index 0000000..1a12b4a
Binary files /dev/null and b/static/icons/akkoma.png differ
diff --git a/static/icons/vikunja.png b/static/icons/vikunja.png
new file mode 100644
index 0000000..b0d19da
Binary files /dev/null and b/static/icons/vikunja.png differ