diff --git a/WhereIsTrump-Countdown.md b/WhereIsTrump-Countdown.md
index 105338adf..a61a7b349 100644
--- a/WhereIsTrump-Countdown.md
+++ b/WhereIsTrump-Countdown.md
@@ -10,7 +10,9 @@ date: 2025-04-30 8:20 AM
title: "Where Is Trump? 🔥DC? FL⛳️?"
---
-{% assign timestamp = 'now' | date: "%F %r%z %Z" %}
+If it's the weekend, America's Golfer-in-Chief, [Trump](https://www.donaldjtrump.com/) is busy grifting America, playing golf at his [Mar-a-Lago Golf Resort](https://www.maralagoclub.com/)
+
+{% assign timestamp = 'now' | date: "%F %r%::z %Z" %}
Current Date/Time: {{ timestamp }}
## Days Count Up / Term Count Down
diff --git a/_includes/custom-head.html b/_includes/custom-head.html
index 5f78bdca5..3c9fd2fe7 100644
--- a/_includes/custom-head.html
+++ b/_includes/custom-head.html
@@ -3,13 +3,17 @@
1. Head over to https://realfavicongenerator.net/ to add your own favicons.
2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
+Expires: Thu, 01 Dec 1994 16:00:00 GMT
+%a, %d %b %Y %T %Z
{% endcomment %}
-
-
+{% expire = 'now' | date: '%s' | plus: 60 | date: '%a, %d %b %Y %T %Z' %}
{% if page.url contains "WhereIsTrump-Countdown" %}
-
+
{% endif %}
+
+
+