starting hammer gestures
This commit is contained in:
@@ -5,12 +5,7 @@
|
||||
<meta charset="<?php bloginfo('charset'); ?>" />
|
||||
<meta content="width=device-width, initial-scale=1, viewport-fit=cover, maximum-scale=1, user-scalable=no, shrink-to-fit=no" name="viewport" />
|
||||
<link href="<?php echo get_template_directory_uri(); ?>/assets/images/logos/nan_bear_head.svg" rel="icon" type="image/png" />
|
||||
<?php
|
||||
// Start or resume the session
|
||||
session_start();
|
||||
wp_head();
|
||||
|
||||
?>
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
|
||||
<body class="h-screen overflow-hidden bg-blue-500" <?php body_class(); ?>>
|
||||
|
Reference in New Issue
Block a user