Remove paragraph from the article urls, in the index page

This commit is contained in:
Arnaud Rebillout
2019-02-19 16:26:13 +07:00
parent 408dca0b73
commit 07c1ecef15
+2 -2
View File
@@ -4,8 +4,8 @@
<div class="posts"> <div class="posts">
{% for article in articles_page.object_list %} {% for article in articles_page.object_list %}
<div class="post"> <div class="post">
<h1 class="post-title" href="{{ SITEURL }}/{{ article.url }}#{{ article.slug }}"> <h1 class="post-title" href="{{ SITEURL }}/{{ article.url }}">
<a href="{{ SITEURL }}/{{ article.url }}#{{ article.slug }}">{{ article.title }}</a> <a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a>
</h1> </h1>
<span class="post-date">{{ article.locale_date }}</span> <span class="post-date">{{ article.locale_date }}</span>
<p> <p>