mirror of
https://github.com/PaiGramTeam/FixMiYouShe.git
synced 2024-11-25 09:27:45 +00:00
style: big game bg
This commit is contained in:
parent
458ef6a5f5
commit
715defa1ee
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user