diff --git a/ianonavy/_includes/header.html b/ianonavy/_includes/header.html
index 36392bc..c6ec8f7 100644
--- a/ianonavy/_includes/header.html
+++ b/ianonavy/_includes/header.html
@@ -19,9 +19,11 @@
Blog
{% for page in site.pages %}
- {% if page.title %}
-
{{ page.title }}
- {% endif %}
+ {% unless page.exclude %}
+ {% if page.title %}
+
{{ page.title }}
+ {% endif %}
+ {% endunless %}
{% endfor %}
Code
{% if site.github_username %}
GitHub{% endif %}
diff --git a/ianonavy/pay.md b/ianonavy/pay.md
new file mode 100644
index 0000000..b54cdcb
--- /dev/null
+++ b/ianonavy/pay.md
@@ -0,0 +1,16 @@
+---
+layout: page
+title: Paying Me
+exclude: true
+permalink: /pay/
+---
+
+You can pay me via the following:
+
+* **Venmo**: @Ian-Naval
+* **PayPal**: [paypal.me/ianonavy](https://paypal.me/ianonavy){:target="_blank"}
+* **Google Wallet**: ianonavy@gmail.com
+* **Bank Transfer** *(Simple, BofA, Ally)*: ianonavy@gmail.com
+* **BitCoin**:
+ [coinbase.com/ianonavy](https://coinbase.com/ianonavy){:target="_blank"}
+