Ajoute la référence au flux Atom

This commit is contained in:
2025-07-17 18:49:11 +02:00
parent 8bb9a917a4
commit a1e3f70162
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link href="atom.xml" type="application/atom+xml" rel="alternate" title="{{ title }} Atom feed" />
<title>{{ title }}</title>
</head>
<body>

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="../css/styles.css">
<link rel="stylesheet" type="text/css" href="../css/codehilite.css">
<link href="../atom.xml" type="application/atom+xml" rel="alternate" title="{{ title }} Atom feed" />
<title>{{ title }}</title>
</head>
<body>