Last active
December 17, 2015 10:39
-
-
Save hjfuji/5596235 to your computer and use it in GitHub Desktop.
[MT]同一フォルダ内の前後のウェブページにリンク
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul> | |
| <mt:PagePrevious by_category="1"> | |
| <li><a href="<$mt:PagePermalink$>"><$mt:PageTitle$></a></li> | |
| </mt:PagePrevious> | |
| <mt:PageNext by_category="1"> | |
| <li><a href="<$mt:PagePermalink$>"><$mt:PageTitle$></a></li> | |
| </mt:PageNext> | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment