Rename theme
This commit is contained in:
parent
e556db68e4
commit
0e3a35adca
8 changed files with 0 additions and 0 deletions
18
wp-content/themes/twentynineteen-tailwindcss/header.php
Normal file
18
wp-content/themes/twentynineteen-tailwindcss/header.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title><?php echo wp_get_document_title(); ?></title>
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
<body class="font-sans bg-white text-gray-800 leading-normal antialiased">
|
||||
<div class="max-w-4xl mx-auto px-4">
|
||||
<header class="mt-16 mb-24">
|
||||
<p class="text-2xl">
|
||||
<?php bloginfo('slogan'); ?>
|
||||
|
||||
<span class="font-serif font-thin text-gray-700">
|
||||
— <?php bloginfo('description'); ?>
|
||||
</span>
|
||||
</p>
|
||||
</header>
|
Loading…
Add table
Add a link
Reference in a new issue