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

6 lines
109 B

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