projectacrn.github.io/1.0/_static/acrn-custom.js

6 lines
120 B
JavaScript

/* tweak logo link */
$(document).ready(function(){
$( ".icon-home" ).attr("href", "https://projectacrn.org/");
});