wordcamp-bristol-2019/wp-content/themes/twentynineteen-tailwindcss/header.php

19 lines
544 B
PHP
Raw Normal View History

2019-03-17 22:50:58 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title><?php echo wp_get_document_title(); ?></title>
<?php wp_head(); ?>
</head>
2019-03-21 10:07:55 +00:00
<body class="font-sans bg-white text-gray-800 leading-normal antialiased">
2019-03-17 22:50:58 +00:00
<div class="max-w-4xl mx-auto px-4">
<header class="mt-16 mb-24">
<p class="text-2xl">
<?php bloginfo('slogan'); ?>
2019-03-19 10:29:58 +00:00
<span class="font-serif font-thin text-gray-700">
2019-03-17 22:50:58 +00:00
&mdash; <?php bloginfo('description'); ?>
</span>
</p>
</header>