Remove link on title and correct readmore color
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<a href="/blog/rss.xml"> S'abonner au flux RSS </a>
|
||||
{% for post in posts %}
|
||||
|
||||
<h2 class="index"><a href="/blog/{{ post.status }}/{{post.author}}/{{post.title}}"> {{ post.title }}</a></h2>
|
||||
<h2 class="index"> {{ post.title }}</h2>
|
||||
<small>
|
||||
<time datetime="{{ post.time }}">
|
||||
Publié le {{ post.creation_date }} par <a href="{{ url_for('blog.view') }}/{{ post.author }}"> {{ post.author }}</a>
|
||||
|
||||
Reference in New Issue
Block a user