feat(theme): make it possible to provide your own page title formatter (#11090)

This commit is contained in:
Sébastien Lorber 2025-04-11 19:16:17 +02:00 committed by GitHub
parent 5b944d6b64
commit 730ce485ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 386 additions and 107 deletions

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