Blog section correction RSS

This commit is contained in:
2026-01-26 03:38:17 +01:00
parent 5abbf367ab
commit a4fe70de60
4 changed files with 7 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
<html>
<head>
<title> Le Blog du serveur </title>
<link rel="stylesheet" href="/{{author}}/blog.css" type="text/css">
<link rel="stylesheet" href="/{{ author }}/blog.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
@@ -13,8 +13,9 @@
{% else %}
<a href="/blog/{{ author }}/rss.xml"> S'abonner au flux RSS </a>
<div class="articles">
<a href="/blog/{{ author }}/rss.xml"> S'abonner au fl RSS </a>
{% for post in posts %}
<h2 class="index"> {{ post.title }} </h2>