k-yone
|
4d42965bb5
|
Add title to the image tag in rss.xml (#1105)
Ref: https://cyber.harvard.edu/rss/rss.html#ltimagegtSubelementOfLtchannelgt
|
2023-02-04 17:34:21 +05:30 |
|
Aditya Telange
|
575cc0ca8c
|
Use site function instead of .Site or $.Site
- The site function provides global access to the same data as the .Site page method.
- Current context (`.`) is never considered.
|
2022-03-27 18:44:06 +05:30 |
|
Aditya Telange
|
573e673efa
|
Use content:encoded in Rss feeds
when using ShowFullTextinRSS
|
2021-05-02 11:29:31 +05:30 |
|
Aditya Telange
|
0c64647138
|
Add option to show Full Text content in RSS feeds
closes: #372
usageIn site Params =>
ShowFullTextinRSS: true
|
2021-04-29 19:38:08 +05:30 |
|
Aditya Telange
|
b6af9eddee
|
Imrprovements to RSS (#319)
* Copy hugo's internal rss template
- loc: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/_default/rss.xml
- at commit 5f42590144579c318a444ea2ce46d5c3fbbbfe6e of https://github.com/gohugoio/hugo/
* Add Site image from images param
* Hide search and archives layouts from feed index
* add Description and Summary in RSS as in other templates
|
2021-03-25 14:50:53 +05:30 |
|