mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-21 21:53:30 +00:00
Preload on sas
This commit is contained in:
parent
a078bae260
commit
1f844da005
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user