1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-19 18:08:21 +01:00

add support mars 2026 mission banner

This commit is contained in:
lxsang 2021-02-26 19:10:06 +01:00
parent e85d550b12
commit 4f80957ece
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,6 @@
<?lua if not HEADER.mobile then ?>
<iframe width="980" height="410" src="https://mars.nasa.gov/layout/embed/send-your-name/future/certificate/?cn=792789419260" frameborder="0"></iframe>
<?lua end ?>
<?lua
local datas = posts
local class = "card"

View File

@ -30,4 +30,7 @@
<span><?=data.shortbiblio?></span>
<span class="fa fa-quote-right"></span>
</p>
</div>
</div>
<?lua if not HEADER.mobile then ?>
<iframe width="770" height="330" src="https://mars.nasa.gov/layout/embed/send-your-name/future/certificate/?cn=792789419260" frameborder="0"></iframe>
<?lua end ?>