go-profiler-notes/docs/_templates/footer.html
Felix Geisendörfer 18729a8f7c template tweaks
2022-12-29 14:05:19 +01:00

5 lines
345 B
HTML

{% extends "!footer.html" %}
{% block extrafooter %}
<p>Support this project by giving it a &#11088; on GitHub <a href="https://github.com/DataDog/go-profiler-notes"><img style="margin-top: -4px;" alt="GitHub Repo stars" src="https://img.shields.io/github/stars/DataDog/go-profiler-notes?style=social"></a></p>
{{ super() }}
{% endblock %}