mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 09:58:16 +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>
|
</a>
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
|
<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="/rules" class="btn">Rules</a>
|
||||||
<a href="https://github.com/samber/awesome-prometheus-alerts/blob/master/CONTRIBUTING.md" class="btn">Contribute on
|
<a href="https://github.com/samber/awesome-prometheus-alerts/blob/master/CONTRIBUTING.md" class="btn">Contribute on
|
||||||
GitHub
|
GitHub
|
||||||
|
|
@ -128,8 +128,10 @@
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
{% if site.github.is_project_page %}
|
{% if site.github.is_project_page %}
|
||||||
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.title }}</a> is maintained by
|
<span class="site-footer-owner">
|
||||||
<a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
|
<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 %}
|
{% endif %}
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue