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

fix info pages

This commit is contained in:
lxsang 2021-04-21 18:16:05 +02:00
parent 7ceeee20e2
commit e317131f0a
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
<div class="header_container">
<?lua if data.photo and data.photo ~= "" then ?>
<?lua if data.photo and data.photo ~= "" and data.user ~= "mrsang" then ?>
<img src="/<?=data.user?>/user/photo"></img>
<?lua end ?>
<h1>
@ -32,5 +32,5 @@
</p>
</div>
<?lua if not HEADER.mobile and data.user == "mrsang" then ?>
<iframe width="770" height="330" src="https://mars.nasa.gov/layout/embed/send-your-name/future/certificate/?cn=792789419260" frameborder="0"></iframe>
<!--iframe width="770" height="330" src="https://mars.nasa.gov/layout/embed/send-your-name/future/certificate/?cn=792789419260" frameborder="0"></iframe-->
<?lua end ?>