1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 21:42:01 +02:00

website update

This commit is contained in:
2019-01-25 20:47:57 +01:00
parent f4ff98b470
commit 5493e1f05d
5 changed files with 19 additions and 14 deletions

View File

@ -39,9 +39,8 @@ $( document ).ready(function() {
'<p>' + $('footer .copyright p').html().replace(
"Developed by",
'<code>AMR</code> (for R). Developed at the <a href="https://www.rug.nl" target="_blank">University of Groningen</a>.<br>Authors:') + '</p>' +
'<a href="https://www.rug.nl" target="_blank"><img src="./logo_rug.png" class="footer_logo"></a>' +
'<a href="https://www.rug.nl" target="_blank"><img src="../../AMR/logo_rug.png" class="footer_logo"></a>' +
'</div>');
$('footer').addClass("university");
// Edit title of manual
$('.template-reference-index h1').text('Manual');