File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,14 @@ voir : https://github.com/squidfunk/mkdocs-material/pull/6907#issuecomment-19988
33et https://guts.github.io/mkdocs-rss-plugin/configuration/#json_feed_enabled
44#}
55{% if "rss" in config .plugins %}
6- <link
7- rel =" alternate"
8- type =" application/feed+json"
9- title =" JSON feed"
10- href =" {{ 'feed_rss_created.json' | url }}"
11- />
12- <link
13- rel =" alternate"
14- type =" application/feed+json"
15- title =" JSON feed of updated content"
16- href =" {{ 'feed_rss_updated.json' | url }}"
6+ <link
7+ rel =" alternate"
8+ type =" application/feed+json"
9+ title =" JSON feed" href =" {{ 'feed_json_created.json' | url }}"
1710 />
11+ <link
12+ rel =" alternate"
13+ type =" application/feed+json"
14+ title =" JSON feed of updated content"
15+ href =" {{ 'feed_json_updated.json' | url }}" />
1816{% endif %}
You can’t perform that action at this time.
0 commit comments