diff --git a/_includes/header.njk b/_includes/header.njk new file mode 100644 index 0000000..7a81fd9 --- /dev/null +++ b/_includes/header.njk @@ -0,0 +1,25 @@ +
+ +
+ 🔥⚡❄️ Soft Launch April 2026 - Join the Trinity. Built for children not yet born. +
+ + + +
diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 2303dee..1314f5f 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -2,6 +2,7 @@ {% include "head.njk" %} + {% include "header.njk" %} {{ content | safe }} {% include "footer.njk" %}