feat: add ecoindex score
parent
19abfa9fcd
commit
e2ffd76e6b
|
@ -65,7 +65,11 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="footer-center">
|
||||
Blog du collectif IT's on us. Visitez notre <a href="https://www.itsonus.fr">site</a>.
|
||||
<p>Blog du collectif IT's on us. Visitez notre <a href="https://www.itsonus.fr">site</a>.</p>
|
||||
{% set absoluteUrl %}{{ page.url | htmlBaseUrl(metadata.url) }}{% endset %}
|
||||
<a href="https://bff.ecoindex.fr/redirect/?url={{ absoluteUrl }}" target="_blank">
|
||||
<img src="https://bff.ecoindex.fr/badge/?theme=light&url={{ absoluteUrl }}" alt="Ecoindex Badge" />
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
{# <script src="{% webpackAsset 'main.js' %}"></script> Uncomment if JS is needed#}
|
||||
|
|
|
@ -470,6 +470,9 @@ h1 + .post-metadata {
|
|||
.footer-center {
|
||||
flex: 0 60%;
|
||||
text-align: center;
|
||||
> p {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue