feat: Try passing w3 validation

This commit is contained in:
daudix
2024-01-30 23:38:57 +03:00
parent 7a844373a0
commit 89f0c95b70
2 changed files with 5 additions and 5 deletions

View File

@ -12,10 +12,8 @@
{% endif %}
{% if config.extra.footer.show_johnvert %}
<small>
<details><summary>Johnvertisement</summary>
<iframe id="johnvertisement" title="Johnvertisement" src="https://john.citrons.xyz/embed?ref={{ config.extra.footer.johnvert_ref }}"></iframe>
</details>
</small>
<details><summary>Johnvertisement</summary>
<iframe id="johnvertisement" title="Johnvertisement" src="https://john.citrons.xyz/embed?ref={{ config.extra.footer.johnvert_ref }}"></iframe>
</details>
{% endif %}
</footer>