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

@ -6,5 +6,7 @@
details { details {
all: unset; all: unset;
color: var(--fg-muted-5);
font-size: 0.8rem;
} }
} }

View File

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