Adds donation banner and modal window.

Includes auto-conversions between USD and BTC and autogeneration of QR code.
This commit is contained in:
Igor Kuzmenko 2017-08-05 22:23:57 +02:00
parent 0a4820ad1a
commit 9dc45b2827
7 changed files with 380 additions and 0 deletions

View file

@ -10,6 +10,9 @@
</head>
<body>
{% if site.donation_banner.display %}
{% include layout/base/pagetop-donation.html %}
{% endif %}
{% include layout/base/pagetop-detect-mobile.html %}
{% include layout/base/pagetop-alert.html %}