feat: add ecoindex score

pull/13/head
Nicolas Doby 2023-04-14 10:23:07 +02:00
parent 19abfa9fcd
commit e2ffd76e6b
2 changed files with 8 additions and 1 deletions

View File

@ -65,7 +65,11 @@
</ul> </ul>
</div> </div>
<div class="footer-center"> <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> </div>
</footer> </footer>
{# <script src="{% webpackAsset 'main.js' %}"></script> Uncomment if JS is needed#} {# <script src="{% webpackAsset 'main.js' %}"></script> Uncomment if JS is needed#}

View File

@ -470,6 +470,9 @@ h1 + .post-metadata {
.footer-center { .footer-center {
flex: 0 60%; flex: 0 60%;
text-align: center; text-align: center;
> p {
margin-bottom: 12px;
}
} }
/* /*