Remove link on title and correct readmore color
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<div class="articles">
|
||||
{% for post in posts %}
|
||||
|
||||
<h2 class="index"><a href="/blog/{{ post.status }}/{{author}}/{{post.title}}"> {{ post.title }}</a></h2>
|
||||
<h2 class="index"> {{ post.title }} </h2>
|
||||
<small>
|
||||
<time datetime="{{ post.time }}">
|
||||
Publié le {{ post.creation_date }}
|
||||
|
||||
Reference in New Issue
Block a user