Skip to content

Instantly share code, notes, and snippets.

@sanographix
Last active December 17, 2015 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanographix/5693473 to your computer and use it in GitHub Desktop.
Save sanographix/5693473 to your computer and use it in GitHub Desktop.
ZEN テーマで固定ページのリダイレクト失敗するとき用です。ハイライト部分のコードを置換してください https://github.com/sanographix/tumblr/blob/master/zen/zen.html#L144-L163
<nav class="nav">
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="https://twitter.com/kmc_zzz">Twitter</a>
</li>
{block:HasPages}
{block:Pages}
<li>
<a href="{URL}">{Label}</a>
</li>
{/block:Pages}
{/block:HasPages}
<li>
<a href="/archive">Archive</a>
</li>
<li>
<a href="{RSS}">RSS</a>
</li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment