comment enqueing assets and enqueing assets in the init function
This commit is contained in:
parent
b78156fe35
commit
7cb14a42af
14
header.php
14
header.php
|
|
@ -6,15 +6,17 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="profile" href="https://gmpg.org/xfn/11" />
|
<link rel="profile" href="https://gmpg.org/xfn/11" />
|
||||||
<?php wp_head(); ?>
|
<?php wp_head(); ?>
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/bootstrap/bootstrap.min.css">
|
<!-- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/bootstrap/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/slick/slick.css">
|
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/slick/slick.css">
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/slick/slick-theme.css">
|
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/slick/slick-theme.css">
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/style.css">
|
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/style.css">
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/slick/slickmodal.css">
|
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/slick/slickmodal.css">
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/snackbar/snackbar.css">
|
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/snackbar/snackbar.css"> -->
|
||||||
<script src="https://kit.fontawesome.com/c5f6836d82.js" crossorigin="anonymous"></script>
|
|
||||||
<link rel="stylesheet" href="https://use.typekit.net/iaa6iur.css">
|
<!-- online scripts -->
|
||||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800&display=swap" rel="stylesheet">
|
<!-- <script src="https://kit.fontawesome.com/c5f6836d82.js" crossorigin="anonymous"></script>
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800&display=swap" rel="stylesheet"> -->
|
||||||
|
<!-- <link rel="stylesheet" href="https://use.typekit.net/iaa6iur.css"> -->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body <?php body_class(); ?>>
|
<body <?php body_class(); ?>>
|
||||||
|
|
@ -36,6 +38,8 @@
|
||||||
<!-- / Your popup content -->
|
<!-- / Your popup content -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="page" class="site">
|
<div id="page" class="site">
|
||||||
<div id="content" class="site-content">
|
<div id="content" class="site-content">
|
||||||
<svg class="traceD" xmlns="http://www.w3.org/2000/svg" width="603.108" height="731.346" viewBox="0 0 603.108 731.346">
|
<svg class="traceD" xmlns="http://www.w3.org/2000/svg" width="603.108" height="731.346" viewBox="0 0 603.108 731.346">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user