diary-website

Website for diary
git clone https://git.in0rdr.ch/diary-website.git
Log | Files | Refs | README | LICENSE

commit f4582b2eb638696dcf4f1481e89c80eb436729e8
parent 24440f97b1f21a8a5525da753360f3f86841e510
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat,  8 Jan 2022 21:43:05 +0100

feat(donation): add liberapay button

Diffstat:
Mindex.html | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html @@ -26,6 +26,10 @@ title: Home </p> </li> </ol> + <p> + <script src="https://liberapay.com/in0rdr/widgets/button.js"></script> + <noscript><a href="https://liberapay.com/in0rdr/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript> + </p> </div> </div> -</article> -\ No newline at end of file +</article>