diff options
Diffstat (limited to 'tools/page_template.html')
-rw-r--r-- | tools/page_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/page_template.html b/tools/page_template.html index 3dda284..7c6bf0d 100644 --- a/tools/page_template.html +++ b/tools/page_template.html @@ -10,7 +10,7 @@ <meta property="og:article:published_time" content="$DATE" > <meta property="og:image" content="$IMAGE_PREVIEW" > <title>$TITLE</title> - <link rel="alternate" href="../rss.xml" type="application/rss+xml" title="RSS"> + <link rel="alternate" href="../atom.xml" type="application/atom+xml" title="RSS"> <link rel="stylesheet" href="../assets/css/style.css"> <link rel="shortcut icon" href="../assets/favicon/favicon.ico" type="image/x-icon"> </head> |