mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
5 lines
302 B
HTML
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 %}
|