Skip to content

Instantly share code, notes, and snippets.

@araro00
Last active August 29, 2015 14:18
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 araro00/bc78f370ff2bb99ee4de to your computer and use it in GitHub Desktop.
Save araro00/bc78f370ff2bb99ee4de to your computer and use it in GitHub Desktop.
ライブドアブログ用パンくずリスト
<div id=breadcrump class=clearfix>
<small>
<ol>
<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="<$BlogUrl$>" itemprop="url"><span itemprop="title">TOP</span></a><li>
<IfArticleCategory1><li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="<$ArticleCategory1Url$>" itemprop="url"><span itemprop="title"><$ArticleCategory1$></span></a></li></IfArticleCategory1>
<IfArticleCategory2><li itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a href="<$ArticleCategory2Url$>" itemprop="url"><span itemprop="title"><$ArticleCategory2$></span></a></li></IfArticleCategory2>
<li><$ArticleTitle ESCAPE$></li>
</ol>
</small>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment