root/trunk/SimpleTemplateSets/templates/vanilla+archives/home.mtml @ 891

Revision 891, 0.6 kB (checked in by bsmith, 16 months ago)

committing initial Vanilla sets

  • Property svn:executable set to *
Line 
1<mt:IncludeBlock module="wrapper">
2
3    <mt:Entries lastn="10">
4        <h2><a href="<$mt:EntryPermalink$>"><$mt:EntryTitle$></a></h2>
5        <p><__trans phrase="By [_1] on [_2]" params="<$mt:EntryAuthorLink$>%%<$mt:EntryDate format="%x %X"$>"></p>
6        <mt:If tag="EntryBody">
7            <$mt:EntryBody$>
8        </mt:If>
9        <mt:If tag="EntryMore" convert_breaks="0">
10            <em><__trans phrase="Continue reading <a href="[_1]">[_2]</a>." params="<$mt:EntryPermalink$>%%<$mt:EntryTitle$>"></em>
11        </mt:If>
12    </mt:Entries>
13
14</mt:IncludeBlock>
Note: See TracBrowser for help on using the browser.