Files
LucasVbr/views/template.njk
T
2023-05-06 14:01:38 +02:00

26 lines
365 B
Plaintext

{{banner}}
## 🚀 About Me
{{about}}
## 🔗 Links
{% for link in links -%}
{{link}}
{% endfor %}
## 🛠 Skills
{% for skill in skills -%}
{{skill}}
{% endfor %}
---
<div align="center">
![SVG Stats](https://github-stats-alpha.vercel.app/api?username={{userName}}&cc=000&tc=fff&ic=fff&bc=000)
{% for badge in footer -%}
{{badge}}
{% endfor %}
</div>