mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Move feeds under new /feeds root
This commit is contained in:
parent
ee545502af
commit
c109c565cb
22 changed files with 136 additions and 99 deletions
|
@ -15,7 +15,7 @@ class AtomFeed extends Feed{
|
|||
parent::__construct($title, $url, $path, $entries);
|
||||
$this->Subtitle = $subtitle;
|
||||
$this->Id = $url;
|
||||
$this->Stylesheet = '/atom/style';
|
||||
$this->Stylesheet = '/feeds/atom/style';
|
||||
}
|
||||
|
||||
protected function GetXmlString(): string{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue