Created
April 23, 2012 07:08
-
-
Save eteubert/2469298 to your computer and use it in GitHub Desktop.
Multi Feed Reader Template
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
| <!-- before template --> | |
| <table> | |
| <thead> | |
| <th>Title</th> | |
| <th>URL</th> | |
| <th>published</th> | |
| </thead> | |
| <tbody> | |
| <!-- body template --> | |
| <tr> | |
| <td class="title"><strong>%TITLE%</strong></td> | |
| <td class="url"> | |
| <a href="%LINK%" target="_blank" rel="nofollow">%LINK%</a> (%FEEDLANGUAGE%)<br/>%FEEDTHUMBNAIL|32x32%<em>%FEEDTITLE% - %FEEDSUBTITLE% => %FEEDLINK% [%ENCLOSURE%]</em> | |
| </td> | |
| <td class="published"> | |
| %DATE% | |
| </td> | |
| </tr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment