mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
update layout
This commit is contained in:
parent
91023e6ec4
commit
72f958eb06
1 changed files with 5 additions and 3 deletions
|
|
@ -91,7 +91,7 @@
|
|||
</a>
|
||||
</h1>
|
||||
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
|
||||
<a href="/alertmanager" class="btn">AlertManager config</a>
|
||||
<a href="/alertmanager" class="btn">Global configuration</a>
|
||||
<a href="/rules" class="btn">Rules</a>
|
||||
<a href="https://github.com/samber/awesome-prometheus-alerts/blob/master/CONTRIBUTING.md" class="btn">Contribute on
|
||||
GitHub
|
||||
|
|
@ -128,8 +128,10 @@
|
|||
|
||||
<footer class="site-footer">
|
||||
{% if site.github.is_project_page %}
|
||||
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.title }}</a> is maintained by
|
||||
<a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
|
||||
<span class="site-footer-owner">
|
||||
<a href="{{ site.github.repository_url }}">{{ site.title }}</a> is maintained by
|
||||
<a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.
|
||||
</span>
|
||||
{% endif %}
|
||||
</footer>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Reference in a new issue