🐛 Fixed the local search engine can't find indexes file & repose error link of article.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user