Files @ 7b3ebb1fa4f0
Branch filter:

Location: CSY/sefm2020/themes/bootstrap3/static/js/bodypadding.js

Benjamin Lion
add call for paper; add link to venu page; remove siteurl in pelicanconf (was messing up the css path)
1
2
3
$(document).ready(function(){
    $('body').css('padding-top', $('.navbar').height()+'px');
});