Kaynağa Gözat

Update 2 files

- /feed.json
- /sitemap.xsl
mayx 3 ay önce
ebeveyn
işleme
86f82d5aac
2 değiştirilmiş dosya ile 8 ekleme ve 10 silme
  1. 0 0
      feed.json
  2. 8 10
      sitemap.xsl

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
feed.json


+ 8 - 10
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>

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor