From faf0a2eeb97b005c0d499f752a632716b9db8972 Mon Sep 17 00:00:00 2001
From: Evan Pratten
Date: Fri, 14 Oct 2022 11:05:27 -0400
Subject: [PATCH] Prepping for a10u8r
---
content/as204466.md | 4 +++-
content/donate.md | 9 +++++++++
content/products/_index.md | 3 +++
content/products/vcvrack/a10u8r.md | 4 ++++
templates/base.html | 4 ++--
templates/page.html | 6 ++++++
6 files changed, 27 insertions(+), 3 deletions(-)
create mode 100644 content/donate.md
create mode 100644 content/products/_index.md
create mode 100644 content/products/vcvrack/a10u8r.md
diff --git a/content/as204466.md b/content/as204466.md
index 8df1a00..198dba0 100644
--- a/content/as204466.md
+++ b/content/as204466.md
@@ -1,5 +1,7 @@
---
title: Evan's Network
+extra:
+ redir_to: https://ewpratten.com/network
---
-The page you are looking for has moved. Please click [here](https://net.va3zza.com).
+The page you are looking for has moved. Please click [here](https://ewpratten.com/network).
diff --git a/content/donate.md b/content/donate.md
new file mode 100644
index 0000000..904cb59
--- /dev/null
+++ b/content/donate.md
@@ -0,0 +1,9 @@
+---
+title: Donate
+extra:
+ redir_to: https://www.paypal.com/donate/?hosted_button_id=V8MYNJ68MEKDA
+---
+
+If your browser does not support `meta refresh`, you may see this message instead of the intended page.
+
+Please [click here](https://www.paypal.com/donate/?hosted_button_id=V8MYNJ68MEKDA) to be redirected to your destination.
\ No newline at end of file
diff --git a/content/products/_index.md b/content/products/_index.md
new file mode 100644
index 0000000..d1690ac
--- /dev/null
+++ b/content/products/_index.md
@@ -0,0 +1,3 @@
+---
+title: Products
+---
\ No newline at end of file
diff --git a/content/products/vcvrack/a10u8r.md b/content/products/vcvrack/a10u8r.md
new file mode 100644
index 0000000..d95088a
--- /dev/null
+++ b/content/products/vcvrack/a10u8r.md
@@ -0,0 +1,4 @@
+---
+title: "A10U8R: VCVRack Plugin"
+---
+
diff --git a/templates/base.html b/templates/base.html
index 4748d49..3173864 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -52,6 +52,7 @@
+
{% endblock head %}
@@ -111,8 +112,7 @@
Thanks for reading :)
Site design & content by: Evan Pratten
- Consider supporting my work if you like what you see
+ Consider supporting my work if you like what you see
diff --git a/templates/page.html b/templates/page.html
index 715caaf..d556ea5 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -61,6 +61,12 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], displayMat
}}
{% endif %}
+
+{# Handle redirects if needed #}
+{% if page.extra.redir_to %}
+
+{% endif %}
+
{% endblock head %}
{% block profile %}