{Title} The HTML-safe title of your blog.
{Description} The description of your blog. (may include HTML)
{MetaDescription} The HTML-safe description of your blog.
{BlogURL} Main URL for your blog.
{RSS} RSS feed URL for your blog.
{Favicon} Favicon URL for your blog.
{CustomCSS} Any custom CSS code added on your Customize page.
{block:PermalinkPage} {/block:PermalinkPage} Rendered on post permalink pages.
{block:IndexPage} {/block:IndexPage} Rendered on index (post) pages.
{block:PostTitle}
{PostTitle}
{/block}:PostTitle} Rendered on permalink pages. (Useful for displaying the current post's title in the page title)
Example: <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
{block:PostSummary}
{PostSummary}
{/block:PostSummary} Identical to {PostTitle}, but will automatically generate a summary if a title doesn't exist.
{PortraitURL-16} Portrait photo URL for your blog. 16-pixels by 16-pixels.
{PortraitURL-24} Portrait photo URL for your blog. 24-pixels by 24-pixels.
{PortraitURL-30} Portrait photo URL for your blog. 30-pixels by 30-pixels.
{PortraitURL-40} Portrait photo URL for your blog. 40-pixels by 40-pixels.
{PortraitURL-48} Portrait photo URL for your blog. 48-pixels by 48-pixels.
{PortraitURL-64} Portrait photo URL for your blog. 64-pixels by 64-pixels.
{PortraitURL-96} Portrait photo URL for your blog. 96-pixels by 96-pixels.
{PortraitURL-128} Portrait photo URL for your blog. 128-pixels by 128-pixels.
{CopyrightYears} Displays the span of years your blog has existed.
<div id="menunav">
<ul class="menu" id="menu">
{block:HasPages}{block:Pages}
<li><a href="{URL}">{Label}</a></li>
{/block:Pages}
{/block:HasPages}
</ul>
</div>
|
|
|