Tumblr – Is There a Variable for Blog’s URL/Username?

tumblr

I'm trying to do some stuff on my Tumblr layout, and I want some links to remain accurate regardless of whether the blog's URL later change. Either this is not possible from the documented variables or, if it is possible, is done via another mean.

Is there a mean to achieve that?

Best Answer

You can use the name variable as long as it references the root "/"

<h1><a href="/">{Name}</a></h1>