1
0
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:
Aurelien David 2020-07-15 18:33:13 +02:00
parent 97ca03cb5d
commit 6ef3c00ace
2 changed files with 11 additions and 0 deletions

View File

@ -153,6 +153,16 @@ img {
display: none;
}
#feedSubtitleText {
margin-top: 5px;
}
#feedLastUpdate {
color: GrayText;
font-size: 87%;
}
.author {
font-style: italic;
font-weight: normal;

View File

@ -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>