diff options
author | mayx <mayx@outlook.com> | 2025-06-26 05:21:48 +0200 |
---|---|---|
committer | mayx <mayx@outlook.com> | 2025-06-26 05:21:48 +0200 |
commit | 0afcae7cd8ee9efab216a1d3abfa613516f0e466 (patch) | |
tree | 73b590eb65ae11e5042fde2e10e41369cb7a148e /sitemap.xsl | |
parent | dddeb23c4161a7118a7cf1163de9c110c98bebf9 (diff) |
Update 4 files
- /_layouts/xslt.html
- /_layouts/xslt_container.html
- /sitemap.xsl
- /feed.xslt.xml
Diffstat (limited to 'sitemap.xsl')
-rw-r--r-- | sitemap.xsl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sitemap.xsl b/sitemap.xsl new file mode 100644 index 0000000..86b131d --- /dev/null +++ b/sitemap.xsl @@ -0,0 +1,10 @@ +--- +layout: xslt +title: Sitemap +--- + +<h1>Sitemap</h1> +<p>以下是本站的所有链接:</p> +<ul> +<xsl:apply-templates select="sm:urlset" /> +</ul>
\ No newline at end of file |