// Add updated Font Awesome 5.6.3 library $('head').append(''); /* edit footer */ $( document ).ready(function() { $('footer').html('

' + $('footer .copyright p').html().replace("Developed by", "AMR (for R). Developed at the University of Groningen.
Authors:") + '

'); //$('footer').prepend("
"); });