]> git.llucax.com Git - personal/website.git/blob - source/_templates/layout.html
Add GitHub and GitLab links
[personal/website.git] / source / _templates / layout.html
1 {% extends "!layout.html" %}
2
3 {% block header %}
4 <div style="background-color: white; text-align: left; font-size: xx-large; padding: 10px 10px 15px 15px">
5         <a href="/">Leandro Lucarella's Home Page</a>
6         &nbsp;
7         <a href="https://www.paypal.com/donate?hosted_button_id=UZRR3REUC4SY2" title="Donate via Paypal"><img src="https://img.shields.io/badge/Donate-Paypal-0070ba" alt="Donate" /></a>
8         <a href="https://www.buymeacoffee.com/llucax" title="Donate via Buy Me A Coffee"><img src="https://img.shields.io/badge/Donate-Buy%20Me%20A%20Coffee-ffdd00" alt="Donate" /></a>
9         <a href="https://flattr.com/@llucax" title="Donate via Flattr"><img src="https://img.shields.io/badge/Donate-Flattr-6bc76b" alt="Donate" /></a>
10 </div>
11 {% endblock %}
12
13 {%- block sidebarsearch %}
14 {%- endblock %}
15