hugo-toha/layouts/_default
Emruz Hossain 3fcdc6c4b5 Make RSS feed path configurable
Fixes #997

Add configuration option for RSS feed path

* Add `rssPath` configuration option in `exampleSite/hugo.yaml` under the `params` section to specify the desired RSS feed path.
* Set the default value of `rssPath` to `/rss.xml`.
* Update `layouts/_default/baseof.html` to include the RSS feed link with the configured `rssPath` value.
* Use the default path `/index.xml` if `rssPath` is not specified.
2025-02-07 02:16:58 +06:00
..
_markup Use rendering hook for link (#716) 2022-12-27 21:28:51 +00:00
baseof.html Make RSS feed path configurable 2025-02-07 02:16:58 +06:00
index.json Don't show search cards in search result (#690) 2022-11-06 17:17:30 +00:00
list.html Fix deprecation warnings (#908) 2024-05-11 00:00:29 +06:00
rss.xml Fix deprecation warnings (#908) 2024-05-11 00:00:29 +06:00
search.html Fix deprecation warnings (#908) 2024-05-11 00:00:29 +06:00
single.html Add support for canonical links (#1001) 2024-10-19 00:48:08 +06:00