I want to place a copyright expression in the footer of my Tumblr theme, for example, "Acme Co Β© 2013", but I do not want to be updated every year.
You can usually do this with php using date() , which would be nice, but although Tumblr is built on php, I donβt think that end users can use it on the site, although there is an abbreviated scripting language, which I think is compiled into php.
Any idea how I could do this? I thought maybe with js, but search bots don't have js, so what do they see?
source share