This commit is contained in:
@@ -41,5 +41,13 @@ import "./MarkdownLayout.css";
|
|||||||
<footer>
|
<footer>
|
||||||
<p class="text-secondary text-center">© 2024 Zvonimir Rudinski</p>
|
<p class="text-secondary text-center">© 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user