summary refs log tree commit diff
path: root/sitemap.xsl
blob: 86b131d550861d2c5fcab8fc96803a97a1c6b5be (plain)
1
2
3
4
5
6
7
8
9
10
---
layout: xslt
title: Sitemap
---

<h1>Sitemap</h1>
<p>以下是本站的所有链接:</p>
<ul>
<xsl:apply-templates select="sm:urlset" />
</ul>