Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jnjosh/internet-weblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Johnson <jnjosh@jnjosh.com>2022-11-09 05:29:50 +0300
committerJosh Johnson <jnjosh@jnjosh.com>2022-11-09 05:29:50 +0300
commitbcf4127174a4ddd86f5a739e064a63532bab400a (patch)
tree4dfd1acd5914f8ea2aa5658dd112aadf681007a0
parentf935ff81cc5ccecf20b6db8daf39ad88f04186fd (diff)
Updates rss to show correct feed in sectionmain
-rw-r--r--layouts/section/microposts.rss.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/section/microposts.rss.xml b/layouts/section/microposts.rss.xml
index cd5bb69..50b1b19 100644
--- a/layouts/section/microposts.rss.xml
+++ b/layouts/section/microposts.rss.xml
@@ -8,7 +8,8 @@
{{ with .Site.Copyright }}<copyright>{{.}}</copyright>{{end}}
{{ if not .Date.IsZero }}<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
<atom:link href="{{.Permalink}}" rel="self" type="application/rss+xml" />
- {{ range .Site.RegularPages }}
+
+ {{ range .RegularPages }}
{{ if ne .Type "page" }}
<item>
{{ if (not (isset .Site.Params "rssmicroposttitles" )) | or (eq .Site.Params.rssmicroposttitles true )}}