The files post.html and page.html in _includes/themes/twtter both contain the following title block:
<h1>{{ page.title }} <small>Supporting tagline</small></h1>
I suspect that the phrase "Supporting tagline" was meant to be replaced with a Liquid variable, no?
The files
post.htmlandpage.htmlin_includes/themes/twtterboth contain the following title block:I suspect that the phrase "Supporting tagline" was meant to be replaced with a Liquid variable, no?