fix(rss): General item information
This commit is contained in:
parent
c1b0a4195a
commit
b3cf4430fa
@ -12,7 +12,7 @@
|
|||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<link rel="stylesheet" href="/css/rss-styles.css"/>
|
<link rel="stylesheet" href="css/rss-styles.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
@ -185,7 +185,7 @@
|
|||||||
id="path29-5" />
|
id="path29-5" />
|
||||||
</svg>
|
</svg>
|
||||||
</h1>
|
</h1>
|
||||||
<h2><xsl:value-of select="/atom:feed/atom:title"/></h2>
|
<h2><xsl:value-of select="/rss/channel/title"/></h2>
|
||||||
<p>
|
<p>
|
||||||
<xsl:value-of select="/atom:feed/atom:subtitle"/>
|
<xsl:value-of select="/atom:feed/atom:subtitle"/>
|
||||||
</p>
|
</p>
|
||||||
@ -196,21 +196,20 @@
|
|||||||
Visit Website →
|
Visit Website →
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<h2>Recent blog posts</h2>
|
<h2>Adoption Notices</h2>
|
||||||
<xsl:for-each select="/atom:feed/atom:entry">
|
<xsl:for-each select="/rss/channel/item">
|
||||||
<div class="post-summary">
|
<div class="post-summary">
|
||||||
<h1>
|
<h1>
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href">
|
<xsl:attribute name="href">
|
||||||
<xsl:value-of select="atom:link/@href"/>
|
<xsl:value-of select="atom:link/@href"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
<xsl:value-of select="atom:title"/>
|
<xsl:value-of select="title"/>
|
||||||
</a>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div class="text-2 text-offset">
|
<div class="text-2 text-offset">
|
||||||
Published on
|
<xsl:value-of select="description"/>
|
||||||
<xsl:value-of select="substring(atom:updated, 0, 17)" />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
Loading…
Reference in New Issue
Block a user