Skip to content

Commit

Permalink
0.700
Browse files Browse the repository at this point in the history
  • Loading branch information
solstice23 committed Jan 22, 2020
1 parent 8eb7855 commit 122047e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@
<script src="<?php bloginfo('template_url'); ?>/assets/vendor/sharejs/share.min.js"></script>
<?php }?>

<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/assets/vendor/pickr/themes/monolith.min.css"/>
<script src="<?php bloginfo('template_url'); ?>/assets/vendor/pickr/pickr.es5.min.js"></script>
<?php if (get_option('argon_show_customize_theme_color_picker') != 'false') { /*Pickr*/?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/assets/vendor/pickr/themes/monolith.min.css"/>
<script src="<?php bloginfo('template_url'); ?>/assets/vendor/pickr/pickr.es5.min.js"></script>
<?php }?>

<script src="<?php bloginfo('template_url'); ?>/assets/js/argon.min.js"></script>
<?php wp_head(); ?>
</head>
Expand Down

0 comments on commit 122047e

Please sign in to comment.