You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Many themes already offer this feature, so you may also need to adjust the theme's config if you wish to disable it.
67
+
- **template** - Custom template path(s). This file will be used to generate feed xml file, see the default templates: [atom.xml](atom.xml) and [rss2.xml](rss2.xml).
68
+
* It is possible to specify just one custom template, even when this plugin is configured to output both feed types,
69
+
``` yaml
70
+
# (Optional) Exclude custom template from being copied into public/ folder
71
+
# Alternatively, you could also prepend an underscore to its filename, e.g. _custom.xml
0 commit comments