Day 4
Today, I noticed that the majority of my posts had the same date. Confused I glanced over at my code and caught my bug.
{shortDayOfWeek} | {ShortMonth} · {MonthNumberWithZero} ·{Year}
That generates to:
Tue | Oct · 10 · 2018
What I meant to type was this:
{shortDayOfWeek} | {ShortMonth} · {DayOfMonthWithZero} ·{Year}
Tue | Oct · 30 · 2018
The point of this post is simply that stupid mistakes like this happens all time in coding.
Reread your work ~&~ It might not happen.
resources: Tumblr documentation for further explanation on how to add or change dates on your theme~ good luck.













