root/trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/home.mtml @ 1255

Revision 1255, 0.6 kB (checked in by bsmith, 12 months ago)

adding Vanilla+TypePad?-Connect-Comments

Line 
1<!--
2    == STEP 4 ==
3    Include TypePad Connect Configuration Module on entry listing pages.
4-->
5<$mt:Include module="TypePad Connect Configuration"$>
6
7<mt:IncludeBlock module="Wrapper">
8
9    <mt:Entries>
10        <h2><a href="<$mt:EntryPermalink$>"><$mt:EntryTitle$></a></h2>
11        <p><a href="<$mt:EntryPermalink$>#comments">Leave a comment</a></p>
12        <mt:Ignore>
13        <!--
14            The text in the link "Leave a comment" will be replaced by
15            "Comments (2)" if two comments have been left via TypePad Connect.
16        -->
17        </mt:Ignore>
18    </mt:Entries>
19
20</mt:IncludeBlock>
Note: See TracBrowser for help on using the browser.