chore: gh banner

This commit is contained in:
Cory Dransfeldt 2024-03-31 07:47:37 -07:00
parent 9070daffcd
commit 5abc4f8b6b
No known key found for this signature in database
3 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{% capture css %}
{% render "../../../assets/styles/components/banners.css" %}
{% endcapture %}
<style>{{ css }}</style>
<div class="banner github">
<p>{% tablericon "brand-github" "GitHub repository" %} Take a look at <a href="{{ url }}">the GitHub repository for this project</a>. (And give it a star if you feel like it.)</p>
</div>