Skip to content

Commit 8f8f387

Browse files
Exclude /path from feed
1 parent bdd8a4e commit 8f8f387

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

content/path.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
date: "2025-04-21"
33
title: "An Efficient Path to Learning MySQL Performance"
44
tags: ["mysql", "conference", "video", "slides"]
5+
params:
6+
dontFeed: true
57
---
68

79
<style>

layouts/_default/taxonomy.rss.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
2424
{{- end }}
2525
{{- range $pages }}
26+
{{- if not .Params.dontFeed }}
2627
<item>
2728
<title>{{ .Title }}</title>
2829
<link>{{ .Permalink }}</link>
@@ -34,6 +35,7 @@
3435
{{- end }}
3536
<description>{{ .Summary | transform.XMLEscape | safeHTML }}</description>
3637
</item>
38+
{{- end }}
3739
{{- end }}
3840
</channel>
3941
</rss>

0 commit comments

Comments
 (0)