Add librapay.

This commit is contained in:
Julien Palard 2020-03-16 01:14:52 +01:00
parent 1a8919b239
commit 8564704bde
3 changed files with 7 additions and 13 deletions

View File

@ -10,7 +10,7 @@ PUBLISHCONF=$(BASEDIR)/publishconf.py
SSH_HOST=51.15.187.166
SSH_PORT=22
SSH_USER=mdk_fr
SSH_USER=mdk
SSH_TARGET_DIR=/var/www/mdk.fr/

View File

@ -102,8 +102,6 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
#banner {
margin-bottom: 30px;
margin: 0 auto;
height: 50px;
border-bottom: 1px solid #EFF2F2;
}
/* Banner */
@ -126,15 +124,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;}
/* Main Nav */
#banner nav {
font-size: 1.143em;
height: 50px;
line-height: 50px;
margin: 0 auto 2em auto;
padding: 0;
text-align: center;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
align-items: center;
}
#banner nav ul {list-style: none; }

View File

@ -42,9 +42,13 @@
<a href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate"></a>
{% endif %}
{% for name, link in SOCIAL %}
<a class="social" href="{{ link }}"></a>
<a class="social" href="{{ link }}">&nbsp;</a>
{% endfor %}
{% endif %}
<script src="https://liberapay.com/JulienPalard/widgets/button.js"></script>
<noscript><a href="https://liberapay.com/JulienPalard/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
</nav>
</div>
</header><!-- /#banner -->