<?php
//* Do NOT include the opening php tag shown above. Copy the code below to the end of your functions.php file.
//* Customize the site initials
add_action( 'genesis_header', 'sixteen_nine_site_initials', 5 );
function sixteen_nine_site_initials() {
echo '<div class="site-initials"><a href="' . home_url( '/' ) . '">16.9</a></div>';
}