mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-12-19 23:45:35 +01:00
Update 3 files
- /_data/links.csv - /_data/proxylist.yml - /sitemap.xsl
This commit is contained in:
parent
4da75fcf15
commit
4f3bab2162
3 changed files with 6 additions and 8 deletions
12
sitemap.xsl
12
sitemap.xsl
|
|
@ -8,12 +8,12 @@ title: Sitemap
|
|||
<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>
|
||||
<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>
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue