mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-19 18:08:21 +01:00
Update layout.ls
All checks were successful
gitea-sync/antd-web-apps/pipeline/head This commit looks good
All checks were successful
gitea-sync/antd-web-apps/pipeline/head This commit looks good
This commit is contained in:
parent
04e7192ef8
commit
452e3c5343
@ -152,7 +152,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id = "bottom">
|
<div id = "bottom">
|
||||||
Powered by antd server, (c) 2017 - <?=os.date("*t").year?> Dany LE. This site does not use cookie, but some third-party contents (e.g. Youtube video) may do
|
Powered by antd server, (c) 2017 - <?=os.date("*t").year?> Dany LE.
|
||||||
|
<?lua
|
||||||
|
if not HEADER.mobile then
|
||||||
|
?>
|
||||||
|
This site does not use cookie, but some third-party contents (e.g. Youtube, Twitter) may do.
|
||||||
|
<?lua
|
||||||
|
end
|
||||||
|
?>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user