diff options
Diffstat (limited to '')
-rwxr-xr-x | src/html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ $head_meta_author_html <link rel="stylesheet" type="text/css" href="$css_url" /> <link rel="shortcut icon" type="image/svg+xml" href="$favicon_url" /> <link rel="canonical" type="text/html" href="$url_absolute" /> - <link rel="alternate" type="application/atom+xml" href="$atom_url" title="$feed_title_html" /> + <link rel="alternate" type="application/atom+xml" href="$feed_url" title="$feed_title_html" /> $collection_head_prev_html $collection_head_post_html <title>$titlefull_html</title> |