remove a href attributeify
All checks were successful
Build / publish (push) Successful in 50s

This commit is contained in:
2024-07-14 17:51:20 +02:00
parent 7d8d0b5d37
commit 629f465b26

View File

@@ -41,13 +41,5 @@ import "./MarkdownLayout.css";
<footer> <footer>
<p class="text-secondary text-center">&copy; 2024 Zvonimir Rudinski</p> <p class="text-secondary text-center">&copy; 2024 Zvonimir Rudinski</p>
</footer> </footer>
<script>
const a = document.querySelectorAll("a");
a.forEach((el) => {
el.setAttribute("target", "_blank");
el.setAttribute("rel", "noopener noreferrer");
});
</script>
</body> </body>
</html> </html>