Add new donate footer section: just BTC for now
This commit is contained in:
parent
158ced5ba4
commit
d3cf1371df
|
@ -277,3 +277,7 @@ blockquote{
|
|||
margin: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div#donate {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
|
|
@ -95,6 +95,10 @@
|
|||
|
||||
<script type='text/javascript' src='https://www.openhub.net/p/awesome/widgets/project_factoids_stats?format=js'></script>
|
||||
|
||||
<div id="donate">
|
||||
<strong>Donate:</strong> Bitcoin: 1A2LsrF81rWEEJ7qnXdkCUJpdCYUxqfQoP
|
||||
</div>
|
||||
|
||||
<div class="copyright">
|
||||
<a name="pagecopyright"></a>
|
||||
<TMPL_IF COPYRIGHT>
|
||||
|
|
Loading…
Reference in New Issue