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

9 lines
241 B

import $ from 'jquery';
wp.customize( 'blogname', value => {
value.bind( to => $( '.home .entry-title' ).text( to ) );
} );
wp.customize( 'blogdescription', value => {
value.bind( to => $( '.home .entry-description' ).text( to ) );
} );