url schema

This commit is contained in:
NN Solex 2023-04-30 14:35:57 +03:00
parent 3b75097fed
commit 4f37ce9c7e
10 changed files with 12 additions and 12 deletions

View file

@ -9,7 +9,7 @@
<article class="hentry">
<header>
<h2 class="entry-title">
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a>
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark">{{ article.title }}</a>
</h2>
<span class="entry-summary">{{ article.summary }}</span>
</header>
@ -17,5 +17,5 @@
{% endfor %}
{% include 'pagination.html' %}
</section><!-- /#content -->
</section>
{% endblock content %}