I have a a Jekyll website and I would like to create a day counter, starting from 1 and then every day it should add +1 to the counter.
So today it would say:
Day 1
Tomorrow it should say
Day 2
The day after:
Day 3
is that possible to do in jekyll?