🐛 Fixed the local search engine can't find indexes file & repose error link of article.

This commit is contained in:
凡梦星尘
2022-09-17 21:54:36 +08:00
parent 9bde077b0b
commit f1fafdc587
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
{{range where .Site.RegularPages "Kind" "page"}}
<entry>
<title>{{ .Title }}</title>
<url>{{ .Permalink }}</url>
<url>{{ .RelPermalink | relLangURL }}</url>
<categories>
{{- range .Params.categories }}<category>{{ . }}</category>{{- end }}
</categories>