Preload on sas

This commit is contained in:
Antoine Bartuccio 2017-03-28 18:46:10 +02:00
parent a078bae260
commit 1f844da005
1 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,13 @@
max-width: 100%;
}
</style>
<link rel="prefetch" href="{{ url("sas:picture", picture_id=picture.get_previous().id} }}"> <!-- Firefox -->
<link rel="prerender" href="{{ url("sas:picture", picture_id=picture.get_previous().id }}"> <!-- Chrome -->
<link rel="prefetch" href="{{ url("sas:picture", picture_id=picture.get_next().id} }}"> <!-- Firefox -->
<link rel="prerender" href="{{ url("sas:picture", picture_id=picture.get_next().id }}"> <!-- Chrome -->
{% endblock %}
{% block title %}