Skip to content

Commit a781bb2

Browse files
authored
Retire les balises RSS personnalisées (#956)
Car elles sont désormais gérées nativement par le thème. Cf : https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#rss > Material for MkDocs will automatically add the [necessary metadata](https://guts.github.io/mkdocs-rss-plugin/configuration/#integration) to your site which will make the RSS feed discoverable by browsers and feed readers. Note that the [RSS plugin](https://guts.github.io/mkdocs-rss-plugin/) comes with several other configuration options. For further information, see the [documentation](https://guts.github.io/mkdocs-rss-plugin/configuration/).
2 parents 1a611ef + fb17534 commit a781bb2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/theme/main.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
<meta property="robots" content="index, follow" />
1111
{% endif %}
1212

13-
{# RSS Feed #}
14-
<link rel="alternate" type="application/rss+xml" title="RSS feed of created content"
15-
href="{{ config.site_url }}feed_rss_created.xml">
16-
<link rel="alternate" type="application/rss+xml" title="RSS feed of updated content"
17-
href="{{ config.site_url }}feed_rss_updated.xml">
18-
1913
{# Meta title #}
2014
{% set title = config.site_name %}
2115
{% if page and page.meta and page.meta.title %}

0 commit comments

Comments
 (0)