Commit fa9f269e authored by Liang Ding's avatar Liang Ding

#19 友链、分类

parent 02e81427
......@@ -100,6 +100,8 @@ public class StaticSiteProcessor {
genURI("/tags.html");
genURI("/archives.html");
genURI("/links.html");
genURI("/categories.html");
genURI("/index.html");
genURI("/blog/info");
genURI("/manifest.json");
......
......@@ -82,7 +82,7 @@
</li>
</#list>
<li>
<a href="${servePath}/category.html">${categoryLabel}</a>
<a href="${servePath}/categories.html">${categoryLabel}</a>
</li>
<li>
<a href="${servePath}/tags.html">${allTagsLabel}</a>
......
......@@ -43,7 +43,7 @@
</li>
</#if>
<li>
<a href="${servePath}/category.html">${categoryLabel}</a>
<a href="${servePath}/categories.html">${categoryLabel}</a>
</li>
<li>
<a href="${servePath}/tags.html">${allTagsLabel}</a>
......
......@@ -39,7 +39,7 @@
</li>
</#if>
<li>
<a href="${servePath}/category.html">${categoryLabel}</a>
<a href="${servePath}/categories.html">${categoryLabel}</a>
</li>
<li>
<a href="${servePath}/tags.html">${allTagsLabel}</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment