mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
5 lines
345 B
HTML
5 lines
345 B
HTML
{% extends "!footer.html" %}
|
|
{% block extrafooter %}
|
|
<p>Support this project by giving it a ⭐ 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 %}
|