forgot body tag

This commit is contained in:
Jacob Haddon 2018-11-16 09:45:28 -05:00
parent e45e9e6862
commit 9f961ced02

View File

@ -7,4 +7,5 @@
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
</head>
<body>