changed the style to a minified version, use the main one as template

This commit is contained in:
Jacob Haddon
2020-03-19 19:10:38 -04:00
parent 2ecb13e1c9
commit dba4d52f10
4 changed files with 26 additions and 33 deletions

View File

@ -1,17 +1,13 @@
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php wp_title(); ?></title>
<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_nav_menu( array(
'theme_location' => 'header-menu',
'container_class' => 'mfwpt_menu'
)
);?>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php wp_title(); ?></title>
<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_nav_menu( array(
'theme_location' => 'header-menu',
'container_class' => 'mfwpt_menu'
) );?>