Detect if mobile layout is used and display wallets accordingly (thanks @harding)

This commit is contained in:
Saivann 2014-07-17 15:29:10 -04:00
parent 851e146230
commit 90b9e63026
4 changed files with 19 additions and 3 deletions

View file

@ -14,6 +14,7 @@
<link rel="apple-touch-icon-precomposed" href="/img/logo_ios.png"/>
</head>
<body>
<div id="detectmobile" class="detectmobile"></div>
{% if site.ALERT %}
<div class="alert-message">
<div><div>{{ site.ALERT }}</div></div>