style: big game bg

This commit is contained in:
xtaodada 2024-03-12 13:12:43 +08:00
parent 458ef6a5f5
commit 715defa1ee
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -42,14 +42,11 @@ Embed MiYouShe posts, videos, polls, and more on Telegram
If you can see this, your browser is doing something weird with your user agent. If you can see this, your browser is doing something weird with your user agent.
<a href="{{ post.url }}">View original post</a> <a href="{{ post.url }}">View original post</a>
</section> </section>
{% if GAME_BG %}
<section class="is-imageBackgrounded">
<figure>
<img src="{{ GAME_BG }}"/>
</figure>
</section>
{% endif %}
<article> <article>
<!-- game big bg -->
{% if GAME_BG %}
<img src="{{ GAME_BG }}" alt="gameBg" />
{% endif %}
<!-- article content --> <!-- article content -->
{{ article }} {{ article }}
<!-- stat --> <!-- stat -->