Skip to content

Commit

Permalink
Changed layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Jun 14, 2018
1 parent 59299f1 commit 99fa601
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions mod/rss/templates/feeds/view_rss.tpl
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<div class="rss">
<div id="rss-feed" class="rss">
{IMAGE}
<h4><a href="{FEED_LINK}">{FEED_TITLE}</a></h4>
<!-- BEGIN message -->{MESSAGE}<!-- END message -->
<ul style="list-style-type: none;margin-left:0;padding-left:0">
<ul>
<!-- BEGIN item_list -->
<li style="margin-bottom:1em">
<a href="{LINK}">{TITLE}<br /><small>{PUBDATE_REFORMATED}</small></a>
<li>
<span class="item-title"><a href="{LINK}">{TITLE}</span><br />
<span class="item-date">Posted: {PUBDATE_REFORMATED}</span></a>
</li>
<!-- END item_list -->
</ul>
Expand Down

0 comments on commit 99fa601

Please sign in to comment.