|
Revision 1423, 395 bytes
(checked in by bsmith, 21 months ago)
|
|
* Updates from development of MTDefautTemplateSets plugin: http://code.sixapart.com/svn/mtplugins/trunk/MTDefaultTemplateSet/
Including:
* Addition of RSD EditURI to Headers
* Conditioning of trackback data if pings are not accepted
* simplification to Comment Response template code
* modularization of MTEntries limit on Entry Listing
* removing page_layout definition from stylesheet at it is now set by the app
* adding html comments to code for readability
* removed RSS feed templates
* simplifying header module
bugzid:69142
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | <MTEntryIfTagged> |
|---|
| 2 | <div class="entry-tags"> |
|---|
| 3 | <h4 class="entry-tags-header"><__trans phrase="Tags"><span class="delimiter">:</span></h4> |
|---|
| 4 | <ul class="entry-tags-list"> |
|---|
| 5 | <li class="entry-tag"><MTEntryTags glue='<span class="delimiter">,</span></li> <li class="entry-tag">'><a href="<$MTTagSearchLink$>" rel="tag"><$MTTagName$></a></MTEntryTags></li> |
|---|
| 6 | </ul> |
|---|
| 7 | </div> |
|---|
| 8 | </MTEntryIfTagged> |
|---|