pressbooks aldine theme the theme used for the front page or default book
 
 
 
 
 
 

5 lines
109 B

import $ from 'jquery';
wp.customize('blogname', (value) => {
value.bind(to => $('.brand').text(to));
});