mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-01-10 17:41:46 +08:00
Update 2 files
- /feed.json - /sitemap.xsl
This commit is contained in:
18
sitemap.xsl
18
sitemap.xsl
@ -4,16 +4,14 @@ title: Sitemap
|
|||||||
---
|
---
|
||||||
|
|
||||||
<h1>Sitemap</h1>
|
<h1>Sitemap</h1>
|
||||||
<p>以下是本站的所有链接:</p>
|
<p>以下是本站的所有链接(总共<xsl:value-of select="count(sm:urlset/sm:url)" />条):</p>
|
||||||
<ul>
|
<ul>
|
||||||
<xsl:for-each select="sm:urlset">
|
<xsl:for-each select="sm:urlset/sm:url">
|
||||||
<xsl:for-each select="sm:url">
|
<li>
|
||||||
<li>
|
<a>
|
||||||
<a>
|
<xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
|
||||||
<xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
|
<xsl:value-of select="sm:loc" />
|
||||||
<xsl:value-of select="sm:loc" />
|
</a>
|
||||||
</a>
|
</li>
|
||||||
</li>
|
|
||||||
</xsl:for-each>
|
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</ul>
|
</ul>
|
||||||
Reference in New Issue
Block a user