2019-06-08 13:33:13 +02:00
|
|
|
<div style="margin-top: 0px; height: 69px;" id="container-footer">
|
|
|
|
<div id="footer">
|
2020-06-22 21:31:16 +02:00
|
|
|
<div style="margin-top: 14px; height: 14px;" id="footer-copyright">© {{ now }} Galerie Van Slagmaat | <a
|
2019-06-08 13:33:13 +02:00
|
|
|
href="/">home</a></div>
|
|
|
|
</div>
|
2022-12-02 08:32:24 +01:00
|
|
|
</div>
|
|
|
|
<script>
|
|
|
|
window.onload = () => {
|
|
|
|
const a = document.getElementsByTagName("a");
|
|
|
|
for (let i = 0; i < a.length; i++) {
|
|
|
|
if (a[i].attributes.href.value.startsWith("http")) {
|
|
|
|
a[i].target = "_blank";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|