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

5 lines
302 B
HTML

{% extends "!layout.html" %}
{% block navigation %}
{{ super() }}
<a href="https://github.com/DataDog/go-profiler-notes"><img style="display: block; margin: 10px auto;" alt="GitHub Repo stars" src="https://img.shields.io/github/stars/DataDog/go-profiler-notes?style=social"></a>
{% endblock %}