mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
fix(blog): fix blog Atom feed item url / XSL bug (#11068)
Fix blog Atom feed XSL
This commit is contained in:
parent
979ae084a7
commit
abdd0c7995
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
<div class="blog-posts">
|
<div class="blog-posts">
|
||||||
<xsl:for-each select="atom:feed/atom:entry">
|
<xsl:for-each select="atom:feed/atom:entry">
|
||||||
<div class="blog-post">
|
<div class="blog-post">
|
||||||
<h3><a href="{atom:link[@rel='alternate']/@href}"><xsl:value-of
|
<h3><a href="{atom:link/@href}"><xsl:value-of
|
||||||
select="atom:title"
|
select="atom:title"
|
||||||
/></a></h3>
|
/></a></h3>
|
||||||
<div class="blog-post-date">
|
<div class="blog-post-date">
|
||||||
|
|
Loading…
Add table
Reference in a new issue