performance improvements:
* less redirects * better font loading behaviour
This commit is contained in:
parent
4606518627
commit
3695a29861
5 changed files with 10 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
{% for post in posts.pages %}
|
||||
<h2 class="fg8" style="margin-bottom: 0px;"><a
|
||||
href="{{ get_url(path=post.path) }}" title="{{ post.title }}">{{ post.title }}</a></h2>
|
||||
href="{{ get_url(path=post.path) }}/" title="{{ post.title }}">{{ post.title }}</a></h2>
|
||||
<p class="fg4" style="margin-bottom: 0px;margin-top: 0px;">{{ post.date }}</p>
|
||||
<div class="fg12">
|
||||
{% if post.summary %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue