Remove paragraph from the article urls, in the index page
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user