This commit is contained in:
@@ -41,5 +41,13 @@ import "./MarkdownLayout.css";
|
||||
<footer>
|
||||
<p class="text-secondary text-center">© 2024 Zvonimir Rudinski</p>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
const a = document.querySelectorAll("a");
|
||||
a.forEach((el) => {
|
||||
el.setAttribute("target", "_blank");
|
||||
el.setAttribute("rel", "noopener noreferrer");
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user