removed useless atribuite

This commit is contained in:
array-in-a-matrix 2023-08-09 20:05:55 -04:00
parent 401bd34084
commit 218b852117

View file

@ -71,7 +71,7 @@
{% elif title == "404" %}
does not exist
{% else %}
<iframe class="w-full min-h-screen bg-transparent" src="/src/articles/{{title}}.html" seamless></iframe>
<iframe class="w-full min-h-screen" src="/src/articles/{{title}}.html" seamless></iframe>
{% endif %}
</section>