Skip to content

Instantly share code, notes, and snippets.

@atstyle
Last active January 4, 2016 05:09
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 atstyle/8573517 to your computer and use it in GitHub Desktop.
Save atstyle/8573517 to your computer and use it in GitHub Desktop.
Bread crumb (ウェブサイトのウェブページ) MTML
<ul class="breadcrumb">
<li><a href="<$mt:WebsiteURL$>">Home</a></li>
<mt:SetVarBlock name="pagebasename"><$mt:PageBaseName$></mt:SetVarBlock>
<mt:ParentFolder>
<li><a href="<$mt:WebsiteURL$><$mt:FolderPath>/"><$mt:FolderLabel remove_html="1"$></a></li>
</mt:ParentFolder>
<mt:Unless name="pagebasename" eq="index">
<mt:PageFolder>
<li><a href="<$mt:WebsiteURL$><$mt:FolderPath$>/"><$mt:FolderLabel remove_html="1"$></a></li>
</mt:PageFolder>
</mt:Unless>
<li><$mt:PageTitle$></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment