Blog section correction RSS
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user