How to Show the Current Year Automatically in Funnelish v2

Hey everyone :waving_hand:

Just wanted to share a small but super useful trick!

If you want to show the current year automatically on your Funnelish v2 landing page (for example, in the footer), you can do it easily using Liquid syntax.

Here’s what I used:

{{ "now" | date: "%Y" }}

It will automatically display the current year, like 2025, and update every year by itself — no need to change it manually! :raising_hands:

This is great for copyright text or date-based offers.
Give it a try and make your funnel feel a bit smarter :wink:

2 Likes