We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd8a4e commit 8f8f387Copy full SHA for 8f8f387
2 files changed
content/path.md
@@ -2,6 +2,8 @@
2
date: "2025-04-21"
3
title: "An Efficient Path to Learning MySQL Performance"
4
tags: ["mysql", "conference", "video", "slides"]
5
+params:
6
+ dontFeed: true
7
---
8
9
<style>
layouts/_default/taxonomy.rss.xml
@@ -23,6 +23,7 @@
23
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
24
{{- end }}
25
{{- range $pages }}
26
+ {{- if not .Params.dontFeed }}
27
<item>
28
<title>{{ .Title }}</title>
29
<link>{{ .Permalink }}</link>
@@ -34,6 +35,7 @@
34
35
36
<description>{{ .Summary | transform.XMLEscape | safeHTML }}</description>
37
</item>
38
+ {{- end }}
39
40
</channel>
41
</rss>
0 commit comments