diff options
Diffstat (limited to 'custom/views/archive/head.tpl.php')
-rw-r--r-- | custom/views/archive/head.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/views/archive/head.tpl.php b/custom/views/archive/head.tpl.php index 03f99ae..005a75d 100644 --- a/custom/views/archive/head.tpl.php +++ b/custom/views/archive/head.tpl.php @@ -3,4 +3,4 @@ <link rel="stylesheet" media="screen" type="text/css" href="custom/style/light.css" title="Light" /> <link rel="stylesheet" media="screen" type="text/css" href="custom/style/dark.css" title="Dark" /> - <link rel="alternate" type="application/atom+xml" title="ATOM" href="?type=atom10" /> + <link rel="alternate" type="application/atom+xml" title="ATOM" href="atom.php" /> |