Strangely this did not work. The image is still not clickable. Do you have any possible ideas?
This is what I used:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
$('<a href="https://www.kuleuven.be/kuleuven/"><img src="https://stijl.kuleuven.be/releases/latest/img/svg/logo.svg" class="t-img"/></a>').appendTo('[data-nc-container="left"]');
});
</script>
<style>
img.t-img {
width: 200px;
}
</style>