mirror of
https://github.com/aureliendavid/rsspreview.git
synced 2025-08-22 19:28:39 +00:00
handle lastbuilddate (#57)
This commit is contained in:
parent
97ca03cb5d
commit
6ef3c00ace
10
preview.css
10
preview.css
@ -153,6 +153,16 @@ img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#feedSubtitleText {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#feedLastUpdate {
|
||||
color: GrayText;
|
||||
font-size: 87%;
|
||||
|
||||
}
|
||||
|
||||
.author {
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
|
1
rss.xsl
1
rss.xsl
@ -28,6 +28,7 @@
|
||||
<xsl:value-of select="title | rss1:title | atom:title | atom03:title" />
|
||||
</a>
|
||||
</h1>
|
||||
<div id="feedLastUpdate" class="lastUpdated"><xsl:value-of select="lastBuildDate | rss1:lastBuildDate | atom:updated | atom03:updated" /></div>
|
||||
<h2 id="feedSubtitleRaw" ><xsl:value-of select="description | rss1:description | atom:subtitle | atom03:subtitle" /></h2>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user