update layout

This commit is contained in:
Samuel Berthe 2020-12-31 00:26:34 +01:00
parent 91023e6ec4
commit 72f958eb06
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -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>