mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-12-20 02:05:36 +01:00
Update 2 files
- /feed.json - /sitemap.xsl
This commit is contained in:
parent
3c324af39e
commit
86f82d5aac
2 changed files with 9 additions and 11 deletions
18
sitemap.xsl
18
sitemap.xsl
|
|
@ -4,16 +4,14 @@ title: Sitemap
|
|||
---
|
||||
|
||||
<h1>Sitemap</h1>
|
||||
<p>以下是本站的所有链接:</p>
|
||||
<p>以下是本站的所有链接(总共<xsl:value-of select="count(sm:urlset/sm:url)" />条):</p>
|
||||
<ul>
|
||||
<xsl:for-each select="sm:urlset">
|
||||
<xsl:for-each select="sm:url">
|
||||
<li>
|
||||
<a>
|
||||
<xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
|
||||
<xsl:value-of select="sm:loc" />
|
||||
</a>
|
||||
</li>
|
||||
</xsl:for-each>
|
||||
<xsl:for-each select="sm:urlset/sm:url">
|
||||
<li>
|
||||
<a>
|
||||
<xsl:attribute name="href"><xsl:value-of select="sm:loc" /></xsl:attribute>
|
||||
<xsl:value-of select="sm:loc" />
|
||||
</a>
|
||||
</li>
|
||||
</xsl:for-each>
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue