2023-01-09 23:36:46 +00:00
|
|
|
<!DOCTYPE html>
|
2023-01-18 08:27:39 +00:00
|
|
|
<html lang="en">
|
2023-01-09 23:36:46 +00:00
|
|
|
<head>
|
|
|
|
<?php wp_head(); ?>
|
|
|
|
<link type="application/rss+xml" rel="alternate" href="<?php bloginfo('rss2_url'); ?>" title="Lewis Dale's Blog" />
|
|
|
|
<link type="application/atom+xml" rel="alternate" href="<?php bloginfo('atom_url'); ?>" title="Lewis Dale's Blog" />
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
</head>
|
|
|
|
<body <?= body_class() ?>>
|
|
|
|
<?php wp_body_open(); ?>
|