mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Update steam minis
This commit is contained in:
parent
da9d4da6f1
commit
f81c67167a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
{% if record.most_played_game_id %}
|
{% if record.most_played_game_id %}
|
||||||
<a href="https://store.steampowered.com/app/{{ record.most_played_game_id }}/">
|
<a href="https://store.steampowered.com/app/{{ record.most_played_game_id }}/">
|
||||||
<div class="game-banner">
|
<div class="game-banner">
|
||||||
<img class="game-image" src="https://steamcdn-a.akamaihd.net/steam/apps/{{ record.most_played_game_id }}/header.jpg" alt="{{ record.most_played_game_id }}">
|
<img class="game-image" src="https://steamcdn-a.akamaihd.net/steam/apps/{{ record.most_played_game_id }}/header.jpg" alt="{{ record.most_played_game_id }}" title="Gioco più giocato nelle ultime 2 settimane">
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue