Fix HEAD link issues with RssFeed with exporting.
Refactor the module so that getting the feed url will return the static URL when exporting.
This commit is contained in:
parent
142518035d
commit
553b1d03d7
3 changed files with 75 additions and 31 deletions
|
|
@ -157,6 +157,7 @@ cmp_bag(
|
|||
[qw/
|
||||
shawshank.rss shawshank
|
||||
shawshank.atom
|
||||
shawshank.rdf
|
||||
/],
|
||||
'exportAssetCollateral: feed files exported, index.html file'
|
||||
);
|
||||
|
|
@ -172,6 +173,7 @@ cmp_bag(
|
|||
[qw/
|
||||
shawshank.html.rss
|
||||
shawshank.html.atom
|
||||
shawshank.html.rdf
|
||||
/],
|
||||
'exportAssetCollateral: feed files exported, shawshank.html file'
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue