|
<?php
|
|
/**
|
|
* Displays the site title.
|
|
*
|
|
* @package Primer
|
|
* @since 1.0.0
|
|
*/
|
|
|
|
?>
|
|
|
|
<div class="site-title-wrapper">
|
|
|
|
<?php primer_the_custom_logo(); ?>
|
|
|
|
<?php primer_the_site_title(); ?>
|
|
|
|
<?php primer_the_site_description(); ?>
|
|
|
|
</div><!-- .site-title-wrapper -->
|