Skip to content

rss plugin to mkdocs/material #7171

Answered by kamilkrzyskow
pitosalas asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @pitosalas,
the rss plugin integration with the material theme is here:

<!-- RSS feed -->
{% if "rss" in config.plugins %}
<link
rel="alternate"
type="application/rss+xml"
title="{{ lang.t('rss.created') }}"
href="{{ 'feed_rss_created.xml' | url }}"
/>
<link
rel="alternate"
type="application/rss+xml"
title="{{ lang.t('rss.updated') }}"
href="{{ 'feed_rss_updated.xml' | url }}"
/>
{% endif %}

So assuming you're asking about your https://github.com/pitosalas/wp-convert repository then you can see:

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by kamilkrzyskow
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants