mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-22 01:23:13 +01:00
Fix RSS bug
This commit is contained in:
parent
6cf051f69a
commit
20a6d2b473
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" (.Permalink | absURL) .MediaType | safeHTML }}
|
||||
{{- end -}}
|
||||
{{- range $i, $page := $pages -}}
|
||||
{{- if .params.inReplyTo -}}{{ continue }}{{- end -}}
|
||||
{{- if $page.Params.inReplyTo -}}{{ continue }}{{- end -}}
|
||||
<item>
|
||||
<title>{{ .Title | default (delimit (slice "An untitled" (.Date.Format "January") (.Type | singularize)) " ") }}</title>
|
||||
<link>{{ .Permalink | absURL }}</link>
|
||||
|
|
Loading…
Reference in a new issue