Make slogan clickable

This commit is contained in:
Oliver Davies 2019-04-16 20:32:40 +01:00
parent 7fe8c5fa3f
commit d5a9fb078b

View file

@ -9,8 +9,9 @@
<div class="max-w-6xl mx-auto px-4">
<header class="mt-16 mb-24">
<p class="text-2xl">
<a href="<?php echo esc_url(home_url( '/' )); ?>" class="text-black hover:text-gray-800">
<?php bloginfo('slogan'); ?>
</a>
<span class="font-serif font-thin text-gray-700">
&mdash; <?php bloginfo('description'); ?>
</span>