diff --git a/_includes/head.html b/_includes/head.html
index e85a9e4..77def02 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -1,57 +1,52 @@
-
-
+
{{page.title}} | {{ site.title }}
+
+
-
- {{page.title}} | {{ site.title }}
-
-
+
+
+
-
-
-
+{%seo%}
- {%seo%}
+
+
+
-
-
-
+
+
-
-
+{% if page.uses contains "katex" %}
+
+
+{% endif %}
- {% if page.uses contains "katex" %}
-
-
- {% endif %}
+{% if page.uses contains "tikz" %}
+
+
+{% endif %}
- {% if page.uses contains "tikz" %}
-
-
- {% endif %}
+{% if page.uses contains "pdf" %}
+
+
+{% endif %}
- {% if page.uses contains "pdf" %}
-
-
- {% endif %}
+
+
+
+
+
+
-
-
-
-
-
-
+
+
-
-
-
-
-
-
+
+
-
-
+
+
-
-
+
-
\ No newline at end of file
+
+{% if page.title == "Blog Posts" %}
+
+{% endif %}
+
+
+{% if page.written %}
+
+
+{% endif %}
\ No newline at end of file
diff --git a/_layouts/home.html b/_layouts/home.html
index 4ef6b5e..6077add 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -1,4 +1,9 @@
+
+
+
+
{% include head.html %}
+
diff --git a/_layouts/page.html b/_layouts/page.html
index a113b6e..93a1f26 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,5 +1,9 @@
+
+
+
+
{% include head.html %}
-
+
diff --git a/about.md b/about.md
index a7e7d6f..1dedb98 100644
--- a/about.md
+++ b/about.md
@@ -22,7 +22,7 @@ I exist in various places around the internet. Mainly:
## Donations
-I accept small donations [over here](/donations).
+I accept small donations [over here](https://donate.retrylife.ca/).
## PGP
diff --git a/donations.md b/donations.md
index dbe0b98..eaa3e90 100644
--- a/donations.md
+++ b/donations.md
@@ -5,7 +5,8 @@ layout: page
backing_img: /assets/images/money_transfer__monochromatic.svg
backing_scalar: "height:90%;"
uses:
- - qrcodes
+ - qrcode
+redirect_to: https://donate.retrylife.ca/
---
You probably ended up here from my GitHub page. Since I still am not 18, I can't finish signing up to [GitHub Sponsors](). Due to this, I had to get a little creative with my donations setup.
diff --git a/index.html b/index.html
index 0650a4e..3d64e21 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,21 @@ uses:
- masonry
---
+
+
+
+
{% include head.html %}
+
+