diff options
author | Oxbian <got.dacs@slmail.me> | 2023-04-03 12:01:26 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-04-03 12:01:26 +0200 |
commit | 47a81050dc892a04bd176e14422daacf9e41e84e (patch) | |
tree | ec5990a214e6217e30462e79aa11655076d16aaa /tools/page_template.html | |
parent | 0d1710412d5949e67a11a50a5f7309a38ef0823e (diff) | |
download | ArKa-Blog-47a81050dc892a04bd176e14422daacf9e41e84e.tar.gz ArKa-Blog-47a81050dc892a04bd176e14422daacf9e41e84e.zip |
Ajout du RSS/Atom & de la génération du fichier index
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> |