|
Revision 1100, 1.5 kB
(checked in by kaminogoya, 15 months ago)
|
|
added separator modifier to mt:ArchiveFile tag.
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="<mt:PublishCharset>"?> |
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 4 | <head> |
|---|
| 5 | <meta http-equiv="content-type" content="text/html; charset=<mt:PublishCharset>" /> |
|---|
| 6 | <meta id="viewport" name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> |
|---|
| 7 | <title><$mt:BlogName$></title> |
|---|
| 8 | <link rel="stylesheet" href="<$mt:BlogURL$>m/styles.css" /> |
|---|
| 9 | </head> |
|---|
| 10 | <body> |
|---|
| 11 | <div id="header"> |
|---|
| 12 | <h1><$mt:BlogName$></h1> |
|---|
| 13 | </div> |
|---|
| 14 | <div id="content"> |
|---|
| 15 | <mt:Entries> |
|---|
| 16 | <mt:SetVarBlock name="MobileEntryPermalink"><$mt:BlogArchiveURL$>m/<$mt:EntryDate format="%Y/%m/"$><$mt:ArchiveFile separator="-"$></mt:SetVarBlock> |
|---|
| 17 | <mt:EntriesHeader> |
|---|
| 18 | <ul class="index"> |
|---|
| 19 | </mt:EntriesHeader> |
|---|
| 20 | <li><a href="<$mt:Var name="MobileEntryPermalink"$>"><$mt:EntryTitle$></a><abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr></li> |
|---|
| 21 | <mt:EntriesFooter> |
|---|
| 22 | </ul> |
|---|
| 23 | </mt:EntriesFooter> |
|---|
| 24 | </mt:Entries> |
|---|
| 25 | </div> |
|---|
| 26 | <div id="footer"> |
|---|
| 27 | <p>Powered by <a href="http://www.movabletype.com/" rel="generator"><$mt:ProductName$></a></p> |
|---|
| 28 | <mt:BlogIfCCLicense> |
|---|
| 29 | <p>This blog is licensed under a <a href="<$mt:BlogCCLicenseURL$>">Creative Commons License</a>.</p> |
|---|
| 30 | </mt:BlogIfCCLicense> |
|---|
| 31 | </div> |
|---|
| 32 | </body> |
|---|
| 33 | </html> |
|---|