1
Fork 0
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:
Steffo 2019-01-03 14:46:25 +01:00
parent da9d4da6f1
commit f81c67167a

View file

@ -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 %}