Move feeds under new /feeds root

This commit is contained in:
Alex Cabal 2022-06-24 12:54:57 -05:00
parent ee545502af
commit c109c565cb
22 changed files with 136 additions and 99 deletions

View file

@ -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{