mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Adds donation banner and modal window.
Includes auto-conversions between USD and BTC and autogeneration of QR code.
This commit is contained in:
parent
0a4820ad1a
commit
9dc45b2827
7 changed files with 380 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue