fix(blog): fix blog Atom feed item url / XSL bug (#11068)

Fix blog Atom feed XSL
This commit is contained in:
Sébastien Lorber 2025-04-07 19:10:01 +02:00 committed by GitHub
parent 979ae084a7
commit abdd0c7995
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@
<div class="blog-posts">
<xsl:for-each select="atom:feed/atom:entry">
<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"
/></a></h3>
<div class="blog-post-date">